Hi,
I'm using Valgrind 3.3.1 with the Massif tool to profile the heap of a C++ application, and I'm wondering if there is a graphical tool to examine the textual outputfile file.
Thanks for any suggestion.
Hi,
I'm using Valgrind 3.3.1 with the Massif tool to profile the heap of a C++ application, and I'm wondering if there is a graphical tool to examine the textual outputfile file.
Thanks for any suggestion.
There is a Qt application called massiftool that does a fair job of displaying this data. Go to http://sourceforge.net/projects/massiftool/ to see the project page.
For anyone else who is still interested in graphical output of Massif from Valgrind please consider massif-visualizer, it is beautiful.
Right now it is a bit tricky to install, but you can find install instructions for massif-visualizer on Ubuntu on my blog.
You can find the source at http://gitorious.org/massif-visualizer