Function magenta::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 mx_ticks_get syscall.