Is there any point in doing a version of clock_gettime() for macOS ? There are system calls that will return nanosec resolution, but we are still stuck with adjtime() for adjustment
> On 20/08/2016, at 2:17 AM, [email protected] wrote: > > commit 8d89610ff6d35990c649199a8005e32be90c3631 > Author: Miroslav Lichvar <[email protected]> > Date: Thu Aug 18 15:07:01 2016 +0200 > > local: add support for clock_gettime() > > Use clock_gettime() to read the system clock in nanosecond resolution. Is there any benefit in doing a version of clock_gettime() for macOS ? There are system calls that will return nanosec resolution, but we are still stuck with adjtime() for adjustment. Bryan Christianson [email protected] -- To unsubscribe email [email protected] with "unsubscribe" in the subject. For help email [email protected] with "help" in the subject. Trouble? Email [email protected].
