Profiles show that SymbolFileDWARF::FindFunctions is both high firing (many thousands of calls) and fast running (35 µs mean).
Timers like this are noise and load for profiling systems, and can be removed.
rdar://100326595
 Differential  D134922  
[lldb] Remove scoped timer from high firing and fast running SymbolFileDWARF::FindFunctions Authored by kastiglione on Sep 29 2022, 4:34 PM. 
Details Profiles show that SymbolFileDWARF::FindFunctions is both high firing (many thousands of calls) and fast running (35 µs mean). Timers like this are noise and load for profiling systems, and can be removed. rdar://100326595 
Diff Detail 
  |