On Aug 8, 2013, at 10:26 AM, David Rowland <[email protected]> wrote: > One hundred times through this loop, on my iPhone 5, took about 0.0028 > seconds. Two hundred times took about 0.0056 sec.
Those times are way too small to be reliable. You're down at the level where OS scheduler effects are significant. Make the test longer, say between 1 and 10 seconds. That should give you more trustworthy numbers. (Running the test too long is also counterproductive: the OS is likely to slow your process to save power or decrease heat.) -- Greg Parker [email protected] Runtime Wrangler _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
