This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch][Aarch64] memcpy IFUNC for Cavium ThunderX2


On Thursday 15 February 2018 05:34 AM, Steve Ellcey wrote:
> I have attached the memcpy benchmark output files from a ThunderX2 run,
> the main differences are in bench-memcpy-large.out.

You can get a pretty report of your string benchmark results with the
compare_strings.py script:

../benchtests/scripts/compare_strings.py \
	-i benchtests/bench-memcpy.out \
	-s ../benchtests/scripts /benchout_strings.schema.json \
	-a length \
	-b __memcpy_generic

That should also make it easier to compare with various versions by
setting different baselines (-b).

Siddhesh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]