Function bench_timer::timer_avg [] [src]

pub fn timer_avg<F>(f: F, times: u32) -> Result<Duration, SystemTimeError> where
    F: FnMut(),