Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 218 Bytes

valgrind.md

File metadata and controls

8 lines (5 loc) · 218 Bytes

Valgrind

TODO how does it work? Seems to emulate program execution.

More precise than most tools which use sampling, but also much slower.

vallgrind --tool=callgrind ./a.out
kcachegrind callgrind.out.6949