Files
clang-p2996/lldb/source/Core/Module.cpp
Dave Lee e2a10d8ca3 [lldb] Remove timer from Module::GetNumCompileUnits
`GetNumCompileUnits` has fast execution, and is high firing. Fast and frequent functions are not good candidates for timers. In a recent profile, `GetNumCompileUnits` was called >>10k times with an average duration of 1 microsecond.

Differential Revision: https://reviews.llvm.org/D138878
2022-12-01 09:41:51 -08:00

63 KiB