[Lldb-commits] [lldb] Fix statistics dump to report per-target (PR #113723)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 25 12:50:55 PDT 2024
================
@@ -182,6 +182,9 @@ class SymbolFileOnDemand : public lldb_private::SymbolFile {
lldb_private::StatsDuration::Duration GetDebugInfoParseTime() override;
lldb_private::StatsDuration::Duration GetDebugInfoIndexTime() override;
+ void ResetDebugInfoParseTime() override;
+ void ResetDebugInfoIndexTime() override;
+
----------------
clayborg wrote:
Switch to single function `ResetStatistics()`
https://github.com/llvm/llvm-project/pull/113723
More information about the lldb-commits
mailing list