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]

Re: profiling under OSR5


> 	Ah, heck.  Is there a trick to profiling a C program
> under egcs-1.0 on OSR5.0.[24] ?

I remember dancing around with this before 5.0.0 was released 
and punting on it completely at the time.  

There are two forms of profiling, block profiling and timer slice
profiling.   I think each of these is available in GNU-based and 
native-based tools (gprof/prof, lprof).   There wasn't any real
amount of rocket science in the target-specific end of the compiler 
itself, as I recall it was just going through the drudgery of 
getting the right startups, teardowns, and options passed around.
I had bigger fish to skin. (Or some cliche like that. :-)   Now that
we finally have something out the door that works pretty well, I will
more readily entertain working on stuff like this.

Tell us what you want, what you've tried, and what you've got and
I'm sure we can help make something work.

-- 
Robert Lipe       http://www.dgii.com/people/robertl       robertl@dgii.com


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