tags:

views:

570

answers:

3

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.

+1  A: 

look at eclipse linuxtools

teZeriusz
+1  A: 

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.

Raoul
+2  A: 

For anyone else who is still interested in graphical output of Massif from Valgrind please consider massif-visualizer, it is beautiful.

alt text

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

Gourneau