Searched refs:iter_custom (Results 1 – 4 of 4) sorted by relevance
41 b.iter_custom(|iters| { in python_fibonacci()
131 pub fn iter_custom<R>(&mut self, mut routine: R) in iter_custom() method500 pub fn iter_custom<R, F>(&mut self, mut routine: R) in iter_custom() method
495 bencher.iter_custom(|_iters| Duration::new(0, 0)) in test_criterion_doesnt_panic_if_measured_time_is_zero()
119 - `iter_custom` - a "timing loop" that allows the caller to perform their own measurements. This is139 `iter_custom` timing loop can be used as a substitute; see `benches/external_process.rs` for an