timespec_getres
¶ISO C23 specification:
https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf section 7.29.2.7
Gnulib module: timespec_getres
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
timespec_get
, i.e., the minimum distance between
differing timestamps. For example, on GNU/Linux it typically returns
1 nanosecond regardless of the actual clock resolution.
The Gnulib module gettime-res
is a partial substitute; it implements
the TIME_UTC
functionality of timespec_getres
.