On 2014-05-20 21:11, Karsten Blees wrote:
* implement Mac OSX version using mach_absolute_time
Note that unlike the Windows and Linux APIs, mach_absolute_time does not do correction for frequency-scaling and cross-CPU synchronization with the TSC.
I'm not aware of anything else that you could use on MacOS, so your best bet is probably just to use mach_absolute_time and document it's shortcomings.
Regards, Noel. Disclaimer: http://www.peralex.com/disclaimer.html -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html