开发者

Valgrind Massif tool output graphical interface?

开发者 https://www.devze.com 2022-12-09 16:30 出处:网络
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 开发者_C百科is a graphical tool to examine the textual outputfile file.

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 开发者_C百科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.

Valgrind Massif tool output graphical interface?

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


I just made my own in-browser massif visualizer, since the available visualizers and viewers didn't compile on the platform I use.

So take a look to it, it's online.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消