Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

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.

share|improve this answer
Links to the git repo seem to be out of date. – Catskul Jun 3 '11 at 1:05
2  
@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

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.

share|improve this answer

look at eclipse linuxtools

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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