gprof and call to functions in system libraries
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 -- NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien... Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService Jetzt kostenlos anmelden unter http://www.gmx.net +++ GMX - die erste Adresse für Mail, Message, More! +++
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
participants (2)
-
davicastro@terra.com.br
-
Verdi March