]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
wibbles
authorNicholas Nethercote <njn@valgrind.org>
Fri, 2 Jun 2006 23:59:40 +0000 (23:59 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Fri, 2 Jun 2006 23:59:40 +0000 (23:59 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5952

README_DEVELOPERS

index 783502839992bfed84391c7e7e96a4816d421f50..9c63e4b2844f846a5addeef99019e6e9e7de2242 100644 (file)
@@ -1,7 +1,6 @@
 
 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 @@ file.  Eg:
   perl tests/vg_regtest memcheck/tests/badfree
 
 
-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".
 
-To run a subset of the regression tests, execute:
+To run a subset of the performance suite, execute:
 
   perl perf/vg_perf <name>
 
@@ -49,10 +48,10 @@ file.  Eg:
   perl perf/vg_perf perf/bz2.vgperf
   perl perf/vg_perf perf/bz2
 
-To compare multiple versions of Valgrind, use the --vg= options multiple
+To compare multiple versions of Valgrind, use the --vg= option multiple
 times.  For example, if you have two Valgrinds next to each other, one in
-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 this to
+compare them on all the performance tests:
 
   perl perf/vg_perf --vg=../trunk1 --vg=../trunk2 perf/