|
From: <sv...@va...> - 2013-01-24 21:32:40
|
florian 2013-01-24 21:32:32 +0000 (Thu, 24 Jan 2013)
New Revision: 13266
Log:
Improve help message.
Modified files:
trunk/perf/vg_perf.in
Modified: trunk/perf/vg_perf.in (+3 -2)
===================================================================
--- trunk/perf/vg_perf.in 2013-01-24 03:26:48 +00:00 (rev 13265)
+++ trunk/perf/vg_perf.in 2013-01-24 21:32:32 +00:00 (rev 13266)
@@ -63,8 +63,9 @@
-h --help show this message
--reps=<n> number of repeats for each program [1]
--tools=<t1,t2,t3> tools to run [Nulgrind and Memcheck]
- --vg Valgrind(s) to measure [Valgrind in the current directory]
- (can be specified multiple times).
+ --vg=<dir> top-level directory containing Valgrind to measure
+ [Valgrind in the current directory, i.e. --vg=.]
+ Can be specified multiple times.
The "in-place" build is used.
--outer-valgrind: run these Valgrind(s) under the given outer valgrind.
|