]> sourceware.org Git - glibc.git/commit
benchtests: Add -f/--functions argument
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 12 Jun 2018 16:10:28 +0000 (09:10 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 12 Jun 2018 16:10:42 +0000 (09:10 -0700)
commitcb8f6affed52d81819037b2f5d6f3a089abb8811
tree7751703b4640b0d2cd19d674cb301ef432968831
parentfc2ba8037dec486c0557eba0b807060ace857701
benchtests: Add -f/--functions argument

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.
ChangeLog
benchtests/scripts/compare_strings.py
This page took 0.092574 seconds and 5 git commands to generate.