Elaborate valgrind options

This commit is contained in:
Robin Gareus 2017-01-20 13:50:10 +01:00
parent 3dbdc4d837
commit 6d4fc96f0b
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/sh
MASSIF_OPTIONS="$MASSIF_OPTIONS --time-unit=ms"
MASSIF_OPTIONS="$MASSIF_OPTIONS --threshold=0.2 --peak-inaccuracy=0.2 --max-snapshots=500"
TOP=`dirname "$0"`/..
. $TOP/build/gtk2_ardour/ardev_common_waf.sh

View File

@ -2,6 +2,7 @@
VALGRIND_OPTIONS="$VALGRIND_OPTIONS --num-callers=50"
VALGRIND_OPTIONS="$VALGRIND_OPTIONS --error-limit=no"
#VALGRIND_OPTIONS="$VALGRIND_OPTIONS --leak-check=full --leak-resolution=high"
#VALGRIND_OPTIONS="$VALGRIND_OPTIONS --show-leak-kinds=all -v"
#VALGRIND_OPTIONS="$VALGRIND_OPTIONS --log-file=/tmp/ardour-%p.log"
#VALGRIND_OPTIONS="$VALGRIND_OPTIONS --gen-suppressions=all"