Home
last modified time | relevance | path

Searched refs:start_profiling (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/criterion/src/
Dprofiler.rs13 fn start_profiling(&mut self, benchmark_id: &str, benchmark_dir: &Path); in start_profiling() method
26 fn start_profiling(&mut self, _benchmark_id: &str, _benchmark_dir: &Path) {} in start_profiling() method
Droutine.rs52 .start_profiling(id.id(), &profile_path); in profile()
/external/rust/crates/criterion/tests/
Dcriterion_tests.rs568 fn start_profiling(&mut self, benchmark_id: &str, _benchmark_path: &Path) { in start_profiling() method