Home
last modified time | relevance | path

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

/external/rust/crates/criterion/benches/benchmarks/
Dexternal_process.rs41 b.iter_custom(|iters| { in python_fibonacci()
/external/rust/crates/criterion/src/
Dbencher.rs131 pub fn iter_custom<R>(&mut self, mut routine: R) in iter_custom() method
500 pub fn iter_custom<R, F>(&mut self, mut routine: R) in iter_custom() method
/external/rust/crates/criterion/tests/
Dcriterion_tests.rs495 bencher.iter_custom(|_iters| Duration::new(0, 0)) in test_criterion_doesnt_panic_if_measured_time_is_zero()
/external/rust/crates/criterion/
DCHANGELOG.md119 - `iter_custom` - a "timing loop" that allows the caller to perform their own measurements. This is
139 `iter_custom` timing loop can be used as a substitute; see `benches/external_process.rs` for an