Function fuchsia_zircon::ticks_get

source ·
pub fn ticks_get() -> i64
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.