mirror of
https://github.com/gunchev/home_bin.git
synced 2025-11-20 12:15:46 +00:00
Added valgrind helper scripts.
This commit is contained in:
parent
a84ef39ed8
commit
446115daef
3 changed files with 16 additions and 0 deletions
4
devel/CALLGRIND
Executable file
4
devel/CALLGRIND
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/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 "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue