Re: Shark - where is application spending most of the time?
Re: Shark - where is application spending most of the time?
- Subject: Re: Shark - where is application spending most of the time?
- From: Izidor Jerebic <email@hidden>
- Date: Wed, 23 Jun 2004 19:27:05 +0200
On 23 Jun 2004, at 18:20, Shawn Erickson wrote:
To do what you are asking for you actually have to instrument the
application. You will most likely want to look at using Saturn. The
CHUD tools have good documentation read over it for an idea of what
and how to use them (/Developer/Documentation/CHUD).
-Shawn
On Jun 21, 2004, at 12:25 PM, Izidor Jerebic wrote:
Hello!
But now I became spoiled. Shark only lists functions in two views -
tree view (call stack trace) and something called heavy view, which
is sorted by the time function itself has consumed (but not its
descendants!). I would really like the modified heavy option, that
is: functions sorted by the time they and their descendants have
consumed, because this would give me insight where the program is
spending its time. Right now, with some intuition and some clicking
around, I can guess which method I should be looking at. But it would
be really nice if the program would show them to me, because it
already has all the data, it just needs to display them.
I do not think there is a need for additional work (at least not by me
:-))
I would be happy with a very simple method - let Shark just add all the
time data from all occurrences of a function/method in the tree view
(where you have it already) and display the sorted results as
"cumulative heavy" view.
This is what I do now manually :-(
izidor
_______________________________________________
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.