diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/run_valgrind.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/run_valgrind.sh b/scripts/run_valgrind.sh index c6ccd3d..c49d561 100755 --- a/scripts/run_valgrind.sh +++ b/scripts/run_valgrind.sh @@ -3,3 +3,4 @@ source ../scripts/python_env #valgrind --leak-check=full --show-leak-kinds=definite ./src/fruits/cmv/cmv "$@" valgrind --leak-check=full --show-leak-kinds=all ./src/fruits/cmv/cmv "$@" #valgrind --leak-check=no --show-error-list=yes ./src/fruits/cmv/cmv "$@" +#valgrind --tool=callgrind ./src/fruits/cmv/cmv "$@" |