Trait rustzx_core::host::Stopwatch[][src]

pub trait Stopwatch {
    fn new() -> Self;
fn measure(&self) -> Duration; }

Required methods

Implementors