[Lldb-commits] [lldb] Fix statistics dump to report per-target (PR #113723)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 28 14:53:55 PDT 2024
================
@@ -101,6 +101,9 @@ class LLDB_API SBTarget {
/// A SBStructuredData with the statistics collected.
lldb::SBStructuredData GetStatistics(SBStatisticsOptions options);
+ /// Reset the statistics collected for this target.
----------------
clayborg wrote:
Document this a bit better with more explanation
https://github.com/llvm/llvm-project/pull/113723
More information about the lldb-commits
mailing list