How to read gmon.out?
How do I read gmon.out in Windows? Windows can't 开发者_StackOverflow社区so much as open the file, so gmon.out options
doesn't quite work in the command-line window.
gprof is the tool that reads a gmon.out
file and displays information from it.
精彩评论