home_bin/devel/HELLGRIND

6 lines
164 B
Text
Raw Normal View History

2014-12-17 01:48:21 +08:00
#!/bin/bash
# G_SLICE=always-malloc G_DEBUG=gc-friendly \
valgrind --tool=helgrind --track-lockorders=yes --history-level=full --conflict-cache-size=1000000 "$@"