|
From: <sv...@va...> - 2006-06-02 23:59:44
|
Author: njn Date: 2006-06-03 00:59:40 +0100 (Sat, 03 Jun 2006) New Revision: 5952 Log: wibbles Modified: trunk/README_DEVELOPERS Modified: trunk/README_DEVELOPERS =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/README_DEVELOPERS 2006-06-02 23:57:22 UTC (rev 5951) +++ trunk/README_DEVELOPERS 2006-06-02 23:59:40 UTC (rev 5952) @@ -1,7 +1,6 @@ =20 Building and not installing it ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - To run Valgrind without having to install it, run coregrind/valgrind with the VALGRIND_LIB environment variable set, where <dir> is the root of the source tree (and must be an absolute path). Eg: @@ -33,11 +32,11 @@ perl tests/vg_regtest memcheck/tests/badfree =20 =20 -Running the performance suite +Running the performance tests ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -To build and run the whole performance suite, run "make [--quiet] perf". +To build and run all the performance tests, run "make [--quiet] perf". =20 -To run a subset of the regression tests, execute: +To run a subset of the performance suite, execute: =20 perl perf/vg_perf <name> =20 @@ -49,10 +48,10 @@ perl perf/vg_perf perf/bz2.vgperf perl perf/vg_perf perf/bz2 =20 -To compare multiple versions of Valgrind, use the --vg=3D options multip= le +To compare multiple versions of Valgrind, use the --vg=3D option multipl= e times. For example, if you have two Valgrinds next to each other, one i= n -trunk1/ and one in trunk2/, from either trunk1/ or trunk2/ do this to -compare them on the entire suite: +trunk1/ and one in trunk2/, from within either trunk1/ or trunk2/ do thi= s to +compare them on all the performance tests: =20 perl perf/vg_perf --vg=3D../trunk1 --vg=3D../trunk2 perf/ =20 |