Available on crate feature
time
only.Expand description
Time-related operations.
Structs§
struct timespec
Enums§
Functions§
clock_getres(id)
—Returns the resolution of a clock.clock_gettime(id)
—Returns the current value of a clock.- Like
clock_gettime
but with support for dynamic clocks. clock_settime(id, timespec)
—Sets the current value of a settable clock.