Is it possible to get a graphical representation of gprof results?

Posted by Werner on Stack Overflow See other posts from Stack Overflow or by Werner
Published on 2010-03-13T16:28:06Z Indexed on 2010/03/13 16:35 UTC
Read the original article Hit count: 150

Filed under:
|

Hi,

I am interested in getting the profiling of some number crunching program. I compiled it with -g and -pg options and linked it and got it gmon.out. After reading the info (plain text) it looks a bit ugly. I wonder if there are some open source tools for getting a graphical representation of the 10 functions where the program spends the most of the time as well as a flux diagram.

Thanks

© Stack Overflow or respective owner

Related posts about gprof

Related posts about bash