Debug WIP

This commit is contained in:
Allan Jeremy 2022-06-07 15:52:48 +03:00
parent d7cc6d68bb
commit 2cff4ddbc1

View file

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