Home
last modified time | relevance | path

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

/external/rust/crates/criterion/src/
Dbenchmark_group.rs250 pub fn bench_function<ID: IntoBenchmarkId, F>(&mut self, id: ID, mut f: F) -> &mut Self in bench_function() argument
259 pub fn bench_with_input<ID: IntoBenchmarkId, F, I>( in bench_with_input() argument
478 pub trait IntoBenchmarkId: private::Sealed { interface
481 impl IntoBenchmarkId for BenchmarkId {
486 impl<S: Into<String>> IntoBenchmarkId for S {