Valgrind Massif tool output graphical interface?
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. For anyone else who is still interested in graphical output of Massif from Valgrind please consider massif-visualizer , it is beautiful. You can find the project page at KDE-Apps . For Ubuntu you should build massif-visualizer from source or install package from Kubuntu-ppa repo: add-apt-repository ppa:kubuntu-ppa/backports apt-get update && apt-get install massif-visualizer There is a Qt