Trait Stopwatch
rustzx_core
pub trait Stopwatch { fn reset(&mut self); fn measure(&self) -> Duration; }
fn reset(&mut self)
fn measure(&self) -> Duration