From 289e7c98c1ff55e7731cf385da91afc7dcaa175d Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 25 May 2022 13:13:24 +0300 Subject: [PATCH] Debug WIP: Updated cachegrind script --- 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 47d12f68..2e3e9322 100644 --- a/scripts/run-with-cachegrind.sh +++ b/scripts/run-with-cachegrind.sh @@ -29,7 +29,7 @@ START_TIME=$(now_ms) valgrind \ --quiet \ --tool=cachegrind \ - "$1" "$2" + "$1" "$2" >/dev/null TIME_ELAPSED=$(bc <<< "$(now_ms) - ${START_TIME}")