Home
last modified time | relevance | path

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

/external/rust/crates/bencher/
Dlib.rs624 pub fn bench_n<F>(&mut self, n: u64, f: F) in bench_n() method
637 self.bench_n(n, |x| f(x)); in auto_bench()
661 self.bench_n(n, |x| f(x)); in auto_bench()
669 self.bench_n(5 * n, |x| f(x)); in auto_bench()
735 bs.bench_n(1, f); in run_once()