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

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -

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