Searched refs:AsyncBencher (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/criterion/src/ |
D | bencher.rs | 391 pub fn to_async<'b, A: AsyncExecutor>(&'b mut self, runner: A) -> AsyncBencher<'a, 'b, A, M> { in to_async() 392 AsyncBencher { b: self, runner } in to_async() 398 pub struct AsyncBencher<'a, 'b, A: AsyncExecutor, M: Measurement = WallTime> { struct 403 impl<'a, 'b, A: AsyncExecutor, M: Measurement> AsyncBencher<'a, 'b, A, M> { argument 447 let AsyncBencher { b, runner } = self; in iter() localVariable 505 let AsyncBencher { b, runner } = self; in iter_custom() localVariable 629 let AsyncBencher { b, runner } = self; in iter_batched() localVariable 727 let AsyncBencher { b, runner } = self; in iter_batched_ref() localVariable
|
D | lib.rs | 105 pub use crate::bencher::AsyncBencher;
|