[Lldb-commits] [lldb] [LLDB][Data Formatters] Calculate average and total time for summary providers within lldb (PR #102708)
Jacob Lalonde via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 19 11:11:58 PDT 2024
================
@@ -175,6 +177,82 @@ struct StatisticsOptions {
std::optional<bool> m_include_transcript;
};
+/// A class that represents statistics about a TypeSummaryProviders invocations
----------------
Jlalond wrote:
Great idea
https://github.com/llvm/llvm-project/pull/102708
More information about the lldb-commits
mailing list