Re: Instruments' ObjectAlloc: Can identify objects still living?
Re: Instruments' ObjectAlloc: Can identify objects still living?
- Subject: Re: Instruments' ObjectAlloc: Can identify objects still living?
- From: Ken Thomases <email@hidden>
- Date: Tue, 4 Aug 2009 16:59:04 -0500
On Aug 4, 2009, at 3:36 PM, Jerry Krinock wrote:
But I believe that it should drop back down to the original 1 MB,
and would like to identify the 2 MB which is being retained.
However, when I set the Inspection Range to begin and end in the
after-work idle area where 3 MB is allocated, the Detail pane is
empty. Apparently it's showing me the objects allocated during that
period, which is none.
Is there a way to identify the objects that are still living?
Set the beginning of the range just before the work began, when 1MB
was allocated, and the end anywhere post-work where the allocations
amount to 3MB. That will show you those objects which were allocated
since that pre-work point and are still living, which should be those
which account for the extra 2MB.
Cheers,
Ken
_______________________________________________
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