[go: up one dir, main page]

Function ticks_get

Source
pub fn ticks_get() -> u64
Expand description

Read the number of high-precision timer ticks since boot. These ticks may be processor cycles, high speed timer, profiling timer, etc. They are not guaranteed to continue advancing when the system is asleep.

Wraps the zx_ticks_get syscall.