X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=run%2Fdcpomatic_batch;h=80cf5291c8a1eee80e2a0af05e2f0eae5b00e438;hb=02865f1226908fb781e9a775638fdeec79bace8b;hp=78ee8f7be0a19a2e6ef5796af1d1e22057136a3d;hpb=4ba8772aef261da209bbb882325fd61a8b479fd7;p=dcpomatic.git 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 $*