On Oct 13, 2004, at 3:11 PM, Marshall Clow wrote:
> I tried Shark. I set it to malloc trace (all blocks). It launched the app
just fine, seemed to track
> allocations, but if I quit the app, it said that "the app quit before it
could capture any samples".
> Since I want to know which blocks are allocated during the run, but not
deallocated on quit, this
> is not helpful.
Shark can't tell you anything about malloc calls if your app quits - all of
the information is lost.
Try putting a getchar() or some other pause function in your exit routine.
--Sanjay
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail
_______________________________________________
Do not post admin requests to the list. They will be ignored.
PerfOptimization-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/perfoptimization-dev/email@hidden
This email sent to email@hidden