Searched refs:profile_time (Results 1 – 2 of 2) sorted by relevance
710 pub fn profile_time(mut self, profile_time: Option<Duration>) -> Criterion<M> { in profile_time() method711 match profile_time { in profile_time()
590 .profile_time(Some(Duration::from_secs(1))); in test_profiler_called()