Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 507 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 507 Bytes

run-loop-frequency

Calculating the frequency of the runloop if a timer is run under the NSDefaultRunLoopMode.

iPhone 5s

The resulting conclusion is approximately 4375 times / second. This was apparent as we hit an asymptotic limit as the timer time interval decreased towards the 100ms range.

Simluator

The resulting conclusion is approximately 12256 times / second. This was apparent as we hit an asymptotic limit as the timer time interval decreased towards the 10ms range.