Added valgrindrc

This commit is contained in:
hellerve
2015-03-10 09:17:08 +01:00
parent 8338df25cc
commit 0fb7af5e8f
6 changed files with 33 additions and 5 deletions

20
valgrindrc Normal file
View File

@@ -0,0 +1,20 @@
--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