From 778094eadd6e1ba7f4de9c0776144c5f7d25b6a5 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 24 Jun 2009 18:33:47 +0000 Subject: [PATCH] Added tool option --drd-stats=yes. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10375 --- drd/scripts/run-splash2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" \ -- 2.47.3