Searched defs:bench_function (Results 1 – 2 of 2) sorted by relevance
250 pub fn bench_function<ID: IntoBenchmarkId, F>(&mut self, id: ID, mut f: F) -> &mut Self in bench_function() method
1136 pub fn bench_function<F>(&mut self, id: &str, f: F) -> &mut Criterion<M> in bench_function() function