Function rustix::param::clock_ticks_per_second

source ·
pub fn clock_ticks_per_second() -> u64
Expand description

sysconf(_SC_CLK_TCK)—Returns the process’ clock ticks per second.

§References