================ @@ -297,6 +309,10 @@ Status ProcessKDP::DoConnectRemote(llvm::StringRef remote_url) { if (FileSystem::Instance().Exists(module_spec.GetFileSpec())) { ModuleSP module_sp(new Module(module_spec)); + module_sp->GetSymbolLocatorStatistics().add( + object_locator_name, object_duration.get().count()); + module_sp->GetSymbolLocatorStatistics().add( + symbol_locator_name, symbol_duration.get().count()); ---------------- clayborg wrote:
call `StatisticsMap::merge()` here. 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