Files
dotfiles/valgrindrc
2015-03-10 09:17:08 +01:00

21 lines
464 B
Plaintext

--memcheck:leak-check=yes
--memcheck:show-reachable=yes
--memcheck:dsymutil=yes
--memcheck:track-fds=yes
--memcheck:track-origins=yes
--memcheck:gen-suppressions=all
--massif:time-unit=B
--massif:max-snapshots=128
--massif:stacks=yes
--massif:peak-inaccuracy=0.5
--callgrind:dump-instr=yes
--callgrind:compress-strings=no
--callgrind:compress-pos=no
--cachegrind:I1=32768,8,64
--cachegrind:D1=32768,8,64
--cachegrind:L2=2097152,8,64
--cachegrind:branch-sim=yes