Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Valgrind Tool | Description |
---|---|
callgrind | CPU profiling. |
dhat | Dynamic heap analysis. |
memcheck | Check for memory errors (leak, invalid access, etc.). |
Massif | A heap profiler. |