debug: run with cachegrind script update

This commit is contained in:
Allan Jeremy 2022-06-16 14:58:35 +03:00
parent ef452d2c92
commit 851a8e8939

View file

@ -31,7 +31,7 @@ REST_ARGS="${ARGS[@]:4}"
valgrind \
--quiet \
--tool=cachegrind \
"$1" "$2" "$REST_ARGS">/dev/null
"$1" "$2" $REST_ARGS>/dev/null
ARGS=( "$@" )
REST_ARGS="${ARGS[@]:4}"