0

What is the resolution of the xnu kernel function clock_get_time for CALENDAR_CLOCK?

Coder
  • 441
  • 2
  • 17

1 Answers1

0

As far as I'm aware, OS X uses the TSC on x86. This makes the precise granularity processor-specific, but almost certainly "good enough" for pretty much all purposes. For a definitive answer, check the source code though…

pmdj
  • 22,018
  • 3
  • 52
  • 103