blob: 63d960988aa911d8c25db759fbb6bdb5a1903de9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--memcheck:leak-check=full
--memcheck:show-reachable=yes
--memcheck:track-origins=yes
--memcheck:smc-check=all
--memcheck:log-file=/tmp/memcheck.txt
--callgrind:dump-instr=yes
--callgrind:compress-strings=no
--callgrind:compress-pos=no
--massif:time-unit=B
--massif:max-snapshots=128
--massif:stacks=yes
--massif:peak-inaccuracy=0.5
|