FROM : Jens Alfke
DATE : Sat Feb 16 17:51:34 2008
On 15 Feb '08, at 8:26 PM, Mike McNamara wrote:
> That above while loop appears to take nearly 1 second per 50 book
> objects. ???
Any time something is too slow, my first response is to sample the
app. You can use Activity Monitor to do this, or just type "sample
MyAppName 2" in a shell. Even if most of the time is spent in some
system framework, the symbol names are usually clues about what's
going on.
You can also use Shark if you want to get into more serious profiling,
but sampling is really quick and usually helpful.
—Jens_______________________________________________
Cocoa-dev mailing list (<email_removed>)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
This email sent to <email_removed>
DATE : Sat Feb 16 17:51:34 2008
On 15 Feb '08, at 8:26 PM, Mike McNamara wrote:
> That above while loop appears to take nearly 1 second per 50 book
> objects. ???
Any time something is too slow, my first response is to sample the
app. You can use Activity Monitor to do this, or just type "sample
MyAppName 2" in a shell. Even if most of the time is spent in some
system framework, the symbol names are usually clues about what's
going on.
You can also use Shark if you want to get into more serious profiling,
but sampling is really quick and usually helpful.
—Jens_______________________________________________
Cocoa-dev mailing list (<email_removed>)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
This email sent to <email_removed>
| Related mails | Author | Date |
|---|---|---|
| Mike McNamara | Feb 16, 05:26 | |
| Jens Alfke | Feb 16, 17:51 | |
| Ben Trumbull | Feb 17, 00:38 | |
| Mike McNamara | Feb 17, 19:35 | |
| Ben Trumbull | Feb 18, 02:24 |






Cocoa mail archive

