c - What is the resolution of xnu's clock_get_time for CALENDAR_CLOCK? -


what resolution of xnu kernel function clock_get_time calendar_clock?

as far i'm aware, os x uses tsc on x86. makes precise granularity processor-specific, "good enough" pretty purposes. definitive answer, check source code though…


Comments

Popular posts from this blog

php - Hide output during test execution -

java - Drawing vector images on PDF with PDFBox -

Qt4: how to send QString inside a struct via QSharedMemory -