blob: 8650c45d31a2b2e7d21c400b1268a02ba5567a7b (
plain)
1
2
3
4
5
|
o Minor features (OSX, iOS, performance):
- Use the mach_approximate_time() function (when available) to
implement coarse monotonic time. Having a coarse time function
should avoid a large number of system calls, and improve
performance slightly, especially under load. Closes ticket 24427.
|