]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added tool option --drd-stats=yes.
authorBart Van Assche <bvanassche@acm.org>
Wed, 24 Jun 2009 18:33:47 +0000 (18:33 +0000)
committerBart Van Assche <bvanassche@acm.org>
Wed, 24 Jun 2009 18:33:47 +0000 (18:33 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10375

drd/scripts/run-splash2

index 7ed9472836dcc9058cc48744f3c1a7958ab188b6..d9f976f3f9f68878dfc7d69eef145d1118b1de28 100755 (executable)
@@ -60,13 +60,13 @@ function run_test {
   test_output="${1}-drd-with-stack-var-4.out" \
   print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" \
     "$VG" --tool=drd --first-race-only=yes --check-stack-var=yes \
-    "$@" -p${psep}${p} "${test_args}"
+    --drd-stats=yes "$@" -p${psep}${p} "${test_args}"
 
   p=4
   test_output="${1}-drd-without-stack-var-4.out" \
   print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" \
     "$VG" --tool=drd --first-race-only=yes --check-stack-var=no \
-    "$@" -p${psep}${p} "${test_args}"
+    --drd-stats=yes "$@" -p${psep}${p} "${test_args}"
 
   p=4
   test_output="${1}-helgrind-4.out" \