Hi,
how to make gprof detect calls to functions in system libraries, such as malloc, pthread_XXX, getexecname, etc.? I've compile & link the program with -pg, but calls to these functions does not shown up?
Rgds, Verdi
Hi,
how to make gprof detect calls to functions in system libraries, such as malloc, pthread_XXX, getexecname, etc.? I've compile & link the program with -pg, but calls to these functions does not shown up?
Hi,
You can try valgrind with the calltree skin + kcachegrind. Much easier to read output, no need to recompile, and system functions also get profiled.
[]s Davi
programming@lists.opensuse.org