[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


================
@@ -71,6 +71,7 @@ json::Value ModuleStats::ToJSON() const {
   module.try_emplace("debugInfoHadIncompleteTypes",
                      debug_info_had_incomplete_types);
   module.try_emplace("symbolTableStripped", symtab_stripped);
+  module.try_emplace("symbolDownloadTime", symbol_download_time);
----------------
youngd007 wrote:

I think the PR summary should make explicit mention that THIS is the new key so anyone looking at history can figure out if without needing to examine the diff contents itself.

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


More information about the lldb-commits mailing list