Re: IOS floating point performance
Re: IOS floating point performance
- Subject: Re: IOS floating point performance
- From: Greg Parker <email@hidden>
- Date: Thu, 08 Aug 2013 13:20:21 -0700
On Aug 8, 2013, at 10:26 AM, David Rowland <email@hidden> 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@hidden Runtime Wrangler
_______________________________________________
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