From 2cff4ddbc10773cdeb16ae0ae3f76aeac0e868db Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Tue, 7 Jun 2022 15:52:48 +0300 Subject: [PATCH] Debug WIP --- scripts/run-with-cachegrind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-with-cachegrind.sh b/scripts/run-with-cachegrind.sh index eb4a8c3f..9fca54b4 100644 --- a/scripts/run-with-cachegrind.sh +++ b/scripts/run-with-cachegrind.sh @@ -28,7 +28,7 @@ START_TIME=$(now_ms) valgrind \ --quiet \ --tool=cachegrind \ - "$1" "$2" >/dev/null + "$1" $2 >/dev/null TIME_ELAPSED=$(bc <<< "$(now_ms) - ${START_TIME}")