mirror of
https://github.com/gunchev/home_bin.git
synced 2025-11-20 12:15:46 +00:00
5 lines
240 B
Text
5 lines
240 B
Text
|
|
#!/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 "$@"
|