Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Dbenchmark_group.rs259 pub fn bench_with_input<ID: IntoBenchmarkId, F, I>( in bench_with_input() method
Dlib.rs1177 pub fn bench_with_input<F, I>(&mut self, id: BenchmarkId, input: &I, f: F) -> &mut Criterion<M> in bench_with_input() function