diff options
| author | Alexis Engelke <engelke@in.tum.de> | 2024-07-01 16:20:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-01 16:20:54 +0200 |
| commit | 80ffec78848d6ca99e33ebdc4adc415b74f24358 (patch) | |
| tree | db71f16999ab4e4c6264b9f18719d2b0c9b55c90 /lldb/test/API/functionalities/plugins/python_os_plugin | |
| parent | f209469be1c3ce18c0343b9a991f812d12f18b4a (diff) | |
[AsmPrinter] Remove timers (#97046)
Timers are an out-of-line function call and a global variable access,
here twice per emitted instruction. At this granularity, not only the
time results become skewed, but the timers also add a performance
overhead when profiling is disabled. Also outside of the innermost loop,
timers add a measurable overhead. As this is quite expensive for a
mostly unused profiling facility, remove the timers.
Fixes #39650.
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin')
0 files changed, 0 insertions, 0 deletions
