From da638b22b59a0cd04d88c2852ef9fb28eb5edcd7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 14 Feb 2014 14:00:02 +0000 Subject: [PATCH] Add --massif option to dcpomatic_batch. --- run/dcpomatic_batch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run/dcpomatic_batch b/run/dcpomatic_batch index 78ee8f7be..80cf5291c 100755 --- a/run/dcpomatic_batch +++ b/run/dcpomatic_batch @@ -7,6 +7,9 @@ if [ "$1" == "--debug" ]; then elif [ "$1" == "--valgrind" ]; then shift valgrind --tool="memcheck" --suppressions=valgrind.supp --leak-check=full --show-reachable=yes build/src/tools/dcpomatic_batch $* +elif [ "$1" == "--massif" ]; then + shift + valgrind --tool="massif" build/src/tools/dcpomatic_batch $* elif [ "$1" == "--callgrind" ]; then shift valgrind --tool="callgrind" build/src/tools/dcpomatic_batch $* -- 2.30.2