Returns the number of times the timer expired since this function was last called.
impl Timer { fn ticks(&self) -> Result<u64, Errno> }