Lines Matching refs:helgrind
72 test_output="${1}-helgrind-4-none.out" \
73 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=none "$@" -p${psep}${p} "${test_args}"
76 test_output="${1}-helgrind-4-approx.out" \
77 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=approx "$@" -p${psep}${p} "${test_args}"
80 test_output="${1}-helgrind-4-full.out" \
81 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=full "$@" -p${psep}${p} "${test_args}"
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.
138 # - Both Helgrind and DRD use a granularity of one byte for data race detection.
139 # - Helgrind does detect data races on stack variables. DRD only detects