Debug WIP: Updated cachegrind script

This commit is contained in:
Allan Jeremy 2022-05-25 13:13:24 +03:00
parent 2ddeb96bee
commit 289e7c98c1

View file

@ -29,7 +29,7 @@ START_TIME=$(now_ms)
valgrind \ valgrind \
--quiet \ --quiet \
--tool=cachegrind \ --tool=cachegrind \
"$1" "$2" "$1" "$2" >/dev/null
TIME_ELAPSED=$(bc <<< "$(now_ms) - ${START_TIME}") TIME_ELAPSED=$(bc <<< "$(now_ms) - ${START_TIME}")