[Lldb-commits] [lldb] Add locate time and all symbol file path for each module in statistics (PR #134563)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 9 15:52:20 PDT 2025
================
@@ -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:
Yeah this one is tricky. Originally I only want the download time which is the strict network time, but right now it kind of turn into locate time(time to find the file we want).
https://github.com/llvm/llvm-project/pull/134563
More information about the lldb-commits
mailing list