home_bin/devel/CALLGRIND
2014-12-17 01:48:21 +08:00

4 lines
240 B
Bash
Executable file

#!/bin/bash
G_SLICE=always-malloc G_DEBUG=gc-friendly \
valgrind --tool=callgrind --trace-children=no --num-callers=32 --track-fds=yes --error-exitcode=1 --dump-instr=yes --collect-jumps=yes --simulate-cache=yes --simulate-hwpref=yes "$@"