Home | History | Annotate | Download | only in scripts

Lines Matching full:tool

53   print_runtime_ratio "${avg1}" "${stddev1}" "${vsz1}" "${vszdev1}" "$VG" --tool=none "$@" -p${psep}${p} "${test_args}"
57 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=none "$@" -p${psep}${p} "${test_args}"
62 "$VG" --tool=drd --first-race-only=yes --check-stack-var=yes \
68 "$VG" --tool=drd --first-race-only=yes --check-stack-var=no \
73 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=none "$@" -p${psep}${p} "${test_args}"
77 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=approx "$@" -p${psep}${p} "${test_args}"
81 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=full "$@" -p${psep}${p} "${test_args}"
120 # 8. Execution time ratio for --tool=none -p1 versus -p1.
121 # 9. Virtual memory size ratio for --tool=none -p1 versus -p1.
122 # 10. Execution time ratio for --tool=none -p4 versus -p4.
123 # 11. Virtual memory size ratio for --tool=none -p4 versus -p4.
124 # 12. Execution time ratio for --tool=drd --check-stack-var=yes -p4 versus -p4.
125 # 13. Virtual memory size ratio for --tool=drd --check-stack-var=yes -p4 versus -p4.
126 # 14. Execution time ratio for --tool=drd --check-stack-var=no -p4 versus -p4.
127 # 15. Virtual memory size ratio for --tool=drd --check-stack-var=no -p4 versus -p4.
128 # 16. Execution time ratio for --tool=helgrind --history-level=none -p4 versus -p4.
129 # 17. Virtual memory size ratio for --tool=helgrind --history-level=none -p4 versus -p4.
130 # 18. Execution time ratio for --tool=helgrind --history-level=approx -p4 versus -p4.
131 # 19. Virtual memory size ratio for --tool=helgrind --history-level=approx -p4 versus -p4.
132 # 20. Execution time ratio for --tool=helgrind --history-level=full -p4 versus -p4.
133 # 21. Virtual memory size ratio for --tool=helgrind --history-level=full -p4 versus -p4.