I\'m just starting out with gprof and am trying to generate a call graph. I\'m using cmake for setting up my makefiles and I\'m setting CMAKE_EXE_LINKER_FLAGS = -gp to enable profil开发者_StackOverflo
First of all I\'m running MacOSX 10.7.1. I\'ve installed all properly, Xcode 4 and all the libraries, to work with C lenguage.
I\'m trying to profile a pa开发者_开发技巧rticular portion of a large C++ program. I am using gprof and Gprof2Dot to generate nice graphs. However, I would like to exclude certain startup functions fr
How to view output of gprof in kcachegrind? Is here a converter from gcc\'s gmon.out in开发者_开发技巧to callgrind.out?Currently, this seems not to be supported. It is mentioned on Kcachegrind\'s whis
The question is: Why is my gprof output only displaying \"Index by function name\" ? I have compiled my application with the support of this tutorial :
I have a C code in a开发者_开发技巧 file test.c .I have to profile it using grof.I have used the following commands to do so.
I want to exclude some functions from the output generated by gprof. In other words, I do not want them to be included when calculating percentage time spent by each function during execution. I read
I开发者_JAVA百科 have a program in which significant amount of time is spent loading and saving data. Now I want to know how much time each function is taking in terms of percentage of the total runni
As a follow up to this question, is it a good thing that my the top 2 things are still exception handlers? on one hand, its doing a lot of exceptions. on the other, this is in sdl, meaning that its pr
Profiling some C++ number crunching code with both gprof and kcachegrind gives similar results for the functions that contribute most to the execution time (50-80% depending on input) but for function