Valgrind Massif tool output graphical interface?

Viewed 41285

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.

3 Answers
Related