Re: CALayer's removeFromSuperlayer processing time
site_archiver@lists.apple.com Delivered-To: Cocoa-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=JNMG3jT1IIG9ayrUZWoOeJKlMWvKLQPgC5+nSxrFXZU=; b=Nscx5wWhxHb5D21BFN7NX3q6ZjN6HjDOoGi8sxh+4cffAFt9BX3jnit3utdlOGsKA+ 33cJXTNF/J8PINXyVELxG8cK2nb18qsXqXwDkgVokyVxZM9q5rNHQ/VqXPZLxC4QbsLP A4CInTk6nm0+xfGxyoqysISd2pKMWbHno0Ceg= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=nb1kbTcTsUw/bsRVHbBsH2vsDoMYcIMab61jpQCee1XZ6z6WYANAFQv6hrHokCpfrR XCWlV8rLjIdxgEBt9slkF7gWFGg7xNSuouYHWwtHCAKLOWu0cdbvnmahjgAyOUs7UutW T7PMHJ3b+rSkinQYtsbEXf8YAThCKHzwbTeCM= On Wed, Mar 31, 2010 at 12:44 PM, vincent habchi <vince@macports.org> wrote:
However, I register quite a significant delay (sometimes 6 to 10 seconds) between this call and the actual call to [theCALayerIWantToRemove release]. Is this normal (due to some autorelease pool being drained?)?
For all you know or care the layer may never be released at all. All you can do is balance your own retains and releases as appropriate. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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/site_archiver%40lists.apple... This email sent to site_archiver@lists.apple.com
participants (1)
-
Kyle Sluder