Related articles |
---|
profile shared libraries with gcc and gprof k.xu@caa.de (2001-12-15) |
Re: profile shared libraries with gcc and gprof axel@dtone.org (Axel Kittenberger) (2001-12-19) |
Re: profile shared libraries with gcc and gprof vincent.stehle@stepmind.com (Vincent =?ISO-8859-1?Q?Stehl=E9?=) (2001-12-20) |
From: | k.xu@caa.de (xukg) |
Newsgroups: | comp.compilers |
Date: | 15 Dec 2001 00:42:27 -0500 |
Organization: | http://groups.google.com/ |
Keywords: | GCC, linker, question |
Posted-Date: | 15 Dec 2001 00:42:27 EST |
Hi,
I use gcc (with option -p) to compile my program which uses shared
libraries. But i cannot find calls of dynamic libraries in my profile.
I generate my shared libraries (xxx.so) with the option -p too.
Is it possible to profile shared libraries?
Thanks
Return to the
comp.compilers page.
Search the
comp.compilers archives again.