This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: profiling API?


try
http://sourceforge.net/projects/fnccheck/

*may* need some work to work with 3.x, but let me know if you can get it
working!!

Rob Taylor          mailto:robt at flyingpig dot com
Flying Pig Systems  http://www.flyingpig.com
Tel:                +44 20 8280 9230


> -----Original Message-----
> From: gcc-owner at gcc dot gnu dot org [mailto:gcc-owner at gcc dot gnu dot org]On Behalf Of
> William Brodie-Tyrrell
> Sent: 13 March 2003 23:17
> To: Nick Clifton
> Cc: binutils at sources dot redhat dot com; gcc at gnu dot org
> Subject: Re: profiling API?
>
>
>
> Stoned koalas drooled eucalyptus spit in awe as Nick Clifton declaimed:
>
> > > Is there any way to get multiple gmon.out files for a given
> > > execution?
> >
> > No. :-(
>
> oh well.
>
> > You can compile only certain files with profiling enabled.  That way
> > you will only generate profile information for the functions in those
> > files, (plus any functions that they call...)
>
> yep, been doing that.  What I'd hoped for was to divide the results up by
> time.
>
> > You might also consider using the -finstrument-functions command line
> > switch and writing your own profiling tools.
>
> haha.  surely you jest :)   I'm having a bad enough time getting the code
> I *need* done in time :(
>
>
> thanks for the help, anyway.
>
> William Brodie-Tyrrell
>
> --
> I wouldn't eat dolphin.  I refuse to eat anything smarter than me.
> Which is why I abstain from broccoli.
> 	-- <jre>
>
> <william at cs dot adelaide dot edu dot au>
> http://www.cs.adelaide.edu.au/~william
> Room 3034, Plaza Building
>


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