From: Bart Van Assche Date: Wed, 24 Jun 2009 18:33:47 +0000 (+0000) Subject: Added tool option --drd-stats=yes. X-Git-Tag: svn/VALGRIND_3_5_0~471 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=778094eadd6e1ba7f4de9c0776144c5f7d25b6a5;p=thirdparty%2Fvalgrind.git Added tool option --drd-stats=yes. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10375 --- diff --git a/drd/scripts/run-splash2 b/drd/scripts/run-splash2 index 7ed9472836..d9f976f3f9 100755 --- a/drd/scripts/run-splash2 +++ b/drd/scripts/run-splash2 @@ -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" \