Searched refs:with_profiler (Results 1 – 2 of 2) sorted by relevance
589 .with_profiler(profiler) in test_profiler_called()
485 pub fn with_profiler<P: Profiler + 'static>(self, p: P) -> Criterion<M> { in with_profiler() method