Constant TICK_HZ
pub const TICK_HZ: u64 = tick::TICK_HZ; // 1_000_000u64Available on crate feature
time only.Expand description
Ticks per second of the global timebase.
This value is specified by the tick-* Cargo features
pub const TICK_HZ: u64 = tick::TICK_HZ; // 1_000_000u64time only.Ticks per second of the global timebase.
This value is specified by the tick-* Cargo features