[Lldb-commits] [lldb] [lldb] Add symbol/table count into statistics (PR #136226)

David Peixotto via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 17 16:54:54 PDT 2025


================
@@ -168,23 +170,34 @@ def test_default_no_run(self):
             "totalSymbolTableIndexTime",
             "totalSymbolTablesLoadedFromCache",
             "totalSymbolTablesSavedToCache",
+            "totalSymbolsLoaded",
----------------
dmpots wrote:

We should also check for `totalSymbolTablesLoaded` too, right?

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


More information about the lldb-commits mailing list