1 Oct
2003
1 Oct
'03
11:04
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