Added valgrind helper scripts.

This commit is contained in:
Doncho Gunchev 2014-12-17 01:48:21 +08:00
parent a84ef39ed8
commit 446115daef
3 changed files with 16 additions and 0 deletions

5
devel/HELLGRIND Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
# G_SLICE=always-malloc G_DEBUG=gc-friendly \
valgrind --tool=helgrind --track-lockorders=yes --history-level=full --conflict-cache-size=1000000 "$@"