Home
last modified time | relevance | path

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

/external/rust/crates/criterion/src/
Dlib.rs710 pub fn profile_time(mut self, profile_time: Option<Duration>) -> Criterion<M> { in profile_time() method
711 match profile_time { in profile_time()
/external/rust/crates/criterion/tests/
Dcriterion_tests.rs590 .profile_time(Some(Duration::from_secs(1))); in test_profiler_called()