]> git.ipfire.org Git - thirdparty/valgrind.git/commit
First attempt at some performance tracking tools. Includes a script vg_perf
authorNicholas Nethercote <njn@valgrind.org>
Sat, 10 Dec 2005 23:11:28 +0000 (23:11 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sat, 10 Dec 2005 23:11:28 +0000 (23:11 +0000)
commit49db1b68a8e1af7a3118797e0bd5c942f19d5f3d
tree114d468c48914cd3926c8fec24e3a9eadd70171e
parent6fd30a473cd7578abef3c4914f3898b9ce83c929
First attempt at some performance tracking tools.  Includes a script vg_perf
(use "make perf" to run) that executes test programs and times their
slowdowns under various tools.  It works a lot like the vg_regtest script.
It's a bit rough around the edges -- eg. you can't currently directly
compare two different versions of Valgrind, which would be useful -- but it
is a good start.

There are currently two test programs in perf/.  More will be added as time
goes on.  This stuff will be built on so that performance changes can be
tracked over time.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5323
Makefile.am
configure.in
perf/Makefile.am [new file with mode: 0644]
perf/ffbench.c [new file with mode: 0644]
perf/ffbench.vgperf [new file with mode: 0644]
perf/sarp.c [new file with mode: 0644]
perf/sarp.vgperf [new file with mode: 0644]
perf/vg_perf.in [new file with mode: 0644]