summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/thread/TestThreadAPI.py
diff options
context:
space:
mode:
authorShaw Young <58664393+shawbyoung@users.noreply.github.com>2024-07-03 11:39:18 -0700
committerGitHub <noreply@github.com>2024-07-03 11:39:18 -0700
commit97dc50882cbc63d7098e95f73f242185c75c226b (patch)
treead0d4eac20567dd6bd0454dc6ad0046143a727c1 /lldb/test/API/python_api/thread/TestThreadAPI.py
parent4eecf3c650ea53aa00cae2fe983f95ee6ec6705a (diff)
[BOLT] Match functions with name similarity (#95884)
A mapping - from namespace to associated binary functions - is used to match function profiles to binary based on the '--name-similarity-function-matching-threshold' flag set edit distance threshold. The flag is set to 0 (exact name matching) by default as it is expensive, requiring the processing of all BFs. Test Plan: Added name-similarity-function-matching.test. On a binary with 5M functions, rewrite passes took ~520s without the flag and ~2018s with the flag set to 20.
Diffstat (limited to 'lldb/test/API/python_api/thread/TestThreadAPI.py')
0 files changed, 0 insertions, 0 deletions