Searched defs:AsyncBencher (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/ |
D | bencher.rs | 390 pub struct AsyncBencher<'a, 'b, A: AsyncExecutor, M: Measurement = WallTime> { struct 395 impl<'a, 'b, A: AsyncExecutor, M: Measurement> AsyncBencher<'a, 'b, A, M> { argument 439 let AsyncBencher { b, runner } = self; in iter() localVariable 497 let AsyncBencher { b, runner } = self; in iter_custom() localVariable 621 let AsyncBencher { b, runner } = self; in iter_batched() localVariable 719 let AsyncBencher { b, runner } = self; in iter_batched_ref() localVariable
|