On Sun, Nov 7, 2010 at 10:39 PM, Rick Mann <rm...@latencyzero.com> wrote: > Well, I've implemented an SNTP client to improve the clock accuracy. I guess > what I'm really asking is, how long after I exit the run loop before drawing > is complete?
There's no way to know this. Your code is sitting atop a very deep framework stack all running on a full implementation of UNIX with all of its multitasking glory. Your solution is probably going to involve using OpenGL and a CADisplayLink: http://developer.apple.com/library/ios/#documentation/QuartzCore/Reference/CADisplayLink_ClassRef/Reference/Reference.html --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/archive%40mail-archive.com This email sent to arch...@mail-archive.com