[Lldb-commits] [lldb] Add download time for each module in statistics (PR #134563)

via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 7 04:58:58 PDT 2025


================
@@ -391,6 +398,7 @@ llvm::json::Value DebuggerStats::ReportStatistics(
   }
 
   json::Object global_stats{
+      {"totalSymbolDownloadTime", symbol_download_time},
----------------
youngd007 wrote:

And this key is new.

https://github.com/llvm/llvm-project/pull/134563


More information about the lldb-commits mailing list