Live data from Hacker News

MTuner is a C/C++ memory profiler and memory leak finder

github.com

1–10 of 35 posts

Re: MTuner is a C/C++ memory profiler and memory leak finder

#9

Doesn't valgrind do this?

Most of it (memcheck and massif), but good luck getting the important data out. Memcheck is fine, but massif is quite restricted as a object-level memory monitor. I can't talk for MTuner, but HeapTrack is very, very useful to track and eradicate temporary allocations (useless C++ object create when using `==` or passing by copy.
Post reply on HN