devela::_dep::rustix::time

Function clock_getres

pub fn clock_getres(id: ClockId) -> __kernel_timespec
Available on crate feature dep_rustix only.
Expand description

clock_getres(id)—Returns the resolution of a clock.

§References