This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Gprof and shared libraries


On Thu, Dec 28, 2006 at 09:28:30AM -0800, Ian Lance Taylor wrote:
> I don't know the answer to your question.  It may be that you need to
> run "gprof /path/to/lirary.so gmon.out".  I'm not sure.

Gprof has roughly no support for shared libraries.  Only addresses
between _stext and _etext are recorded.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]