Home
last modified time | relevance | path

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

/external/rust/crates/criterion/src/
Dbenchmark.rs295 pub fn with_function<S, F>(mut self, id: S, mut f: F) -> Benchmark<M> in with_function() function
451 pub fn with_function<S, F>(mut self, id: S, f: F) -> ParameterizedBenchmark<T, M> in with_function() function