GitComet/scripts/valgrind_cdp
Sampo Kivistö 6b7b3fa676
save
2026-01-23 22:24:59 +02:00

7 lines
No EOL
275 B
Text
Executable file

valgrind --tool=callgrind --callgrind-out-file=callgrind.out --dump-instr=yes --instr-atstart=no --collect-jumps=yes --sigill-diagnostics=no --error-limit=no ./target/release-with-debug/gitgpui-app
callgrind_control -i on
callgrind_control -i off
kcachegrind callgrind.out