mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Elaborate valgrind options
This commit is contained in:
parent
3dbdc4d837
commit
6d4fc96f0b
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue