Re: NSOperation Efficiency
Re: NSOperation Efficiency
- Subject: Re: NSOperation Efficiency
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Thu, 06 Dec 2012 16:51:39 +0700
On 6 Dec 2012, at 05:33, Graham Cox <email@hidden> wrote:
>
> On 05/12/2012, at 8:09 PM, Gerriet M. Denkmann <email@hidden> wrote:
>
>> for( NSUInteger i = 0; i < self.nbrWork; i++ )
>> {
>> GmdOperationBasis *m2 = [ [ GmdOperationBasis alloc ] init ];
>> [ self.operationQueue addOperation: m2 ];
>> };
>
>
> This is also leaking, could that be affecting your results?
I am using Arc. And I used Instruments Leaks, which did not show any.
Are you sure that this leaks under Arc?
Kind regards,
Gerriet.
_______________________________________________
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