summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
diff options
context:
space:
mode:
authorAlexis Engelke <engelke@in.tum.de>2024-07-01 16:20:54 +0200
committerGitHub <noreply@github.com>2024-07-01 16:20:54 +0200
commit80ffec78848d6ca99e33ebdc4adc415b74f24358 (patch)
treedb71f16999ab4e4c6264b9f18719d2b0c9b55c90 /lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
parentf209469be1c3ce18c0343b9a991f812d12f18b4a (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/TestPythonOSPlugin.py')
0 files changed, 0 insertions, 0 deletions