Home
last modified time | relevance | path

Searched refs:auto_bench (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/bencher/
Dlib.rs632 pub fn auto_bench<F>(&mut self, mut f: F) -> stats::Summary in auto_bench() method
716 let ns_iter_summ = bs.auto_bench(f); in benchmark()