up vote 8 down vote favorite
2
share [g+] share [fb]

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.

link|improve this question

80% accept rate
feedback

3 Answers

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 project page at KDE-Apps.

link|improve this answer
Links to the git repo seem to be out of date. – Catskul Jun 3 '11 at 1:05
1  
@Catskul - Looks like it has a 'proper' page on KDE-Apps with current links, edited to point there instead. – Tim Post Sep 7 '11 at 4:32
feedback

look at eclipse linuxtools

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.