rustix::param

Function 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