================ @@ -422,6 +424,11 @@ class SymbolFile : public PluginInterface { /// hasn't been indexed yet, or a valid duration if it has. virtual StatsDuration::Duration GetDebugInfoIndexTime() { return {}; } + /// Return the time it took to locate any extra symbol files. + /// + /// \returns 0.0 if no extra symbol files need to be located + virtual StatsDuration::Duration GetSymbolLocateTime() { return {}; } + ---------------- GeorgeHuyubo wrote:
> move to `lldb_private::Module` I think we still need this at Symbol File level right? Thinking of SymbolFileDWARF scenario we still want to calculate the locate time for dwp files. 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