================ @@ -422,6 +422,13 @@ class SymbolFile : public PluginInterface { /// hasn't been indexed yet, or a valid duration if it has. virtual StatsDuration::Duration GetDebugInfoIndexTime() { return {}; } + /// Reset the time taken to parse the debug information. + virtual void ResetDebugInfoParseTime() {} + + /// Reset the time it took to index the debug information in the object + /// file. + virtual void ResetDebugInfoIndexTime() {} ---------------- clayborg wrote:
remove https://github.com/llvm/llvm-project/pull/113723 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits