|
From: <sv...@va...> - 2009-08-07 06:48:03
|
Author: bart
Date: 2009-08-07 07:47:52 +0100 (Fri, 07 Aug 2009)
New Revision: 10739
Log:
Updated after r10688.
Modified:
trunk/drd/scripts/run-splash2
Modified: trunk/drd/scripts/run-splash2
===================================================================
--- trunk/drd/scripts/run-splash2 2009-08-07 06:08:51 UTC (rev 10738)
+++ trunk/drd/scripts/run-splash2 2009-08-07 06:47:52 UTC (rev 10739)
@@ -73,8 +73,8 @@
print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=none "$@" -p${psep}${p} "${test_args}"
p=4
- test_output="${1}-helgrind-4-partial.out" \
- print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=partial "$@" -p${psep}${p} "${test_args}"
+ test_output="${1}-helgrind-4-approx.out" \
+ print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=approx "$@" -p${psep}${p} "${test_args}"
p=4
test_output="${1}-helgrind-4-full.out" \
@@ -127,8 +127,8 @@
# 15. Virtual memory size ratio for --tool=drd --check-stack-var=no -p4 versus -p4.
# 16. Execution time ratio for --tool=helgrind --history-level=none -p4 versus -p4.
# 17. Virtual memory size ratio for --tool=helgrind --history-level=none -p4 versus -p4.
-# 18. Execution time ratio for --tool=helgrind --history-level=partial -p4 versus -p4.
-# 19. Virtual memory size ratio for --tool=helgrind --history-level=partial -p4 versus -p4.
+# 18. Execution time ratio for --tool=helgrind --history-level=approx -p4 versus -p4.
+# 19. Virtual memory size ratio for --tool=helgrind --history-level=approx -p4 versus -p4.
# 20. Execution time ratio for --tool=helgrind --history-level=full -p4 versus -p4.
# 21. Virtual memory size ratio for --tool=helgrind --history-level=full -p4 versus -p4.
# 22. Execution time ratio for Intel Thread Checker -p4 versus -p4.
|