[Lldb-commits] [lldb] [LLDB][Data Formatters] Calculate average and total time for summary providers within lldb (PR #102708)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 12 10:47:22 PDT 2024
================
@@ -3193,6 +3193,14 @@ bool Target::SetSectionUnloaded(const lldb::SectionSP §ion_sp,
void Target::ClearAllLoadedSections() { m_section_load_history.Clear(); }
+lldb_private::SummaryStatistics& Target::GetSummaryStatisticsForProvider(lldb_private::ConstString summary_provider_name) {
----------------
bulbazord wrote:
nit: You can remove the `lldb_private` namespace from the types here for consistency.
https://github.com/llvm/llvm-project/pull/102708
More information about the lldb-commits
mailing list