Re: Sampler - where is application spending most of the time?
Re: Sampler - where is application spending most of the time?
- Subject: Re: Sampler - where is application spending most of the time?
- From: Shawn Erickson <email@hidden>
- Date: Wed, 23 Jun 2004 09:23:13 -0700
On Jun 21, 2004, at 8:05 AM, Izidor Jerebic wrote:
Hello!
I have a very basic wish - just want to see where my application
spends most of its time.
In the bad old days when profiling was done via gprof, it was easy to
see where your application spends most of the time, because gprof did
list the functions (methods) in one part of its report according to
time spent in the function + its descendants (plus it indicated where
it was called from and all those cycles were quite easy to navigate in
text editor because you could search for text which marked the
cycle)...
FYI - gprof is still around on Mac OS X.
-shawn
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.