================
@@ -4267,6 +4269,8 @@ const std::shared_ptr<SymbolFileDWARFDwo> 
&SymbolFileDWARF::GetDwpSymbolFile() {
       // find the correct DWP file, as the Debuginfod plugin uses *only* this
       // data to correctly match the DWP file with the binary.
       module_spec.GetUUID() = m_objfile_sp->GetUUID();
+      duration.reset();
----------------
GeorgeHuyubo wrote:

In the latest version, I kind of switched back for the pure download time only 
for performance measurement instead of the whole locating time. In this 
specific case I feel like we probably should ignore the duration of the first 
PluginManager::LocateExecutableSymbolFile call since without setting the UUID 
the debuginfod Symbol locator should not work at all.

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