mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
cb8f6affed
On x86-64, there may be multiple IFUNC implementations for a given function. But we may be only interested in a subset of them. This patch adds -f/--functions argument to compare a subset of IFUNC implementations. * benchtests/scripts/compare_strings.py (process_results): Add funcs argument. Compare only functions which are selected. (main): Check if base function is among selected functions. Pass selected functions to process_results. (__main__): Add -f/--functions argument. |
||
---|---|---|
.. | ||
bench.py | ||
benchout_strings.schema.json | ||
benchout.schema.json | ||
compare_bench.py | ||
compare_strings.py | ||
import_bench.py | ||
validate_benchout.py |