Function fuchsia_zircon::ticks_get [] [src]

pub fn ticks_get() -> u64

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.