Re: Shark profiling
Re: Shark profiling
- Subject: Re: Shark profiling
- From: Wade Tregaskis <email@hidden>
- Date: Tue, 23 Jun 2009 23:17:10 -0700
Is there any way through which shark will profile only my required
api and not all the apis .. Since my project is too big , it is
taking approximately 40 minutes to give complete results after
execution of my program.
Shark uses Spotlight, primarily, to find symbol information. If you
hide certain files or folders via Spotlight's Privacy settings, that
may be one way. You may find that granularity isn't ideal, given you
can't exclude only parts of a dSYM via that method. Otherwise,
there's no method short of not generating debug symbols for the parts
of your app you don't want to see.
But before doing that you should shark Shark while it's analysing -
that is, `shark -T 60s -c 2 -i -a Shark` and `shark -T 60s -c 2 -i -a
pilotfish` from the command line, and file a bug report or, failing
that, at least send the sessions to me. We're sadly aware that
Shark's analysis can take a while, to put it kindly, but more real-
world sample cases would be very valuable in scoping why.
Wade
P.S. Bonus points for a `shark -c 4 -i` session as well. :)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden