X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=run%2Fdcpomatic_batch;h=80cf5291c8a1eee80e2a0af05e2f0eae5b00e438;hb=85c65bd422742813992686c17a5e1b718cc3c449;hp=78ee8f7be0a19a2e6ef5796af1d1e22057136a3d;hpb=ed38aec53517fdeb5ecdd9a29bced1d92ef63d14;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 $*