Re: Finding where an app stalls
Re: Finding where an app stalls
- Subject: Re: Finding where an app stalls
- From: Jeremy <email@hidden>
- Date: Tue, 12 Feb 2008 19:48:46 -0500
Andrew: How can I tell which specific processes are being called? I
get a bunch of location numbers (Function Name) like 0x96c5d0f4 (that
is taking all my % running column... Would this mean the awakeFromNib:
function or another one?
Herb: I have my sample, how could I determine which actual function it
is?
Jeremy
"How would a car function if it were designed like a computer?
Occasionally, executing a maneuver would cause your car to stop and
fail and you would have to re-install the engine, and the airbag
system would say, 'Are you sure?' before going off." - Katie Hafner
On Feb 12, 2008, at 7:38 PM, Andrew Merenbach wrote:
Hi, Jeremy,
I'd suggest that, if you are using Leopard, you might wish to use
the Spin Control developer tool. It will monitor where and when
your app stalls (i.e., displays the spinning pinwheel), then give
you a breakdown of the methods that are being invoked. You can set
it to monitor all processes, or just processes with a particular
name (or part-name).
Cheers,
Andrew
On Feb 12, 2008, at 4:14 PM, Jeremy wrote:
Hey,
After spending today figuring out why the Application won't build,
I can't figure why it is stalling. Is there in easy way other than
adding NSLog() to every other line to WHERE my application is
stalling?
Jeremy
"How would a car function if it were designed like a computer?
Occasionally, executing a maneuver would cause your car to stop and
fail and you would have to re-install the engine, and the airbag
system would say, 'Are you sure?' before going off." - Katie Hafner
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden