Home
last modified time | relevance | path

Searched defs:iter_batched (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/criterion/src/
Dbencher.rs245 pub fn iter_batched<I, O, S, R>(&mut self, mut setup: S, mut routine: R, size: BatchSize) in iter_batched() method
623 pub fn iter_batched<I, O, S, R, F>(&mut self, mut setup: S, mut routine: R, size: BatchSize) in iter_batched() method