================
@@ -122,6 +122,7 @@ struct ModuleStats {
   double symtab_index_time = 0.0;
   double debug_parse_time = 0.0;
   double debug_index_time = 0.0;
+  llvm::StringMap<double> symbol_locator_time;
----------------
clayborg wrote:

We should move `StatisticsMap` into this file and then have `StatisticsMap` use 
a `llvm::StringMap<double>` instead of a `std::unordered_map<std::string, 
double> map;`. Then you can just copy it over into this object.

https://github.com/llvm/llvm-project/pull/134563
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to