================
@@ -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();
+      ElapsedTime elapsed(duration);
       dwp_filespec =
           PluginManager::LocateExecutableSymbolFile(module_spec, search_paths);
----------------
clayborg wrote:

```
{
  ElapsedTime elapsed(duration);
  dwp_filespec =
      PluginManager::LocateExecutableSymbolFile(module_spec, search_paths);
}
```

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