feature24427 315 B

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