Valgrind Massif tool output graphical interface?

前端 未结 3 571
故里飘歌
故里飘歌 2020-12-04 09:06

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

3条回答
  •  春和景丽
    2020-12-04 09:38

    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.

提交回复
热议问题