bind9/lib/isc/win32/include
Patrick McLean ebced74b19 Add isc_time_now_hires function to get current time with high resolution
The current isc_time_now uses CLOCK_REALTIME_COARSE which only updates
on a timer tick. This clock is generally fine for millisecond accuracy,
but on servers with 100hz clocks, this clock is nowhere near accurate
enough for microsecond accuracy.

This commit adds a new isc_time_now_hires function that uses
CLOCK_REALTIME, which gives the current time, though it is somewhat
expensive to call. When microsecond accuracy is required, it may be
required to use extra resources for higher accuracy.
2021-03-20 11:25:55 -07:00
..
isc Add isc_time_now_hires function to get current time with high resolution 2021-03-20 11:25:55 -07:00
.clang-format Fix the deeper symlinks to .clang-format.headers 2020-03-11 10:16:45 +01:00