Searched refs:start_profiling (Results 1 – 3 of 3) sorted by relevance
13 fn start_profiling(&mut self, benchmark_id: &str, benchmark_dir: &Path); in start_profiling() method26 fn start_profiling(&mut self, _benchmark_id: &str, _benchmark_dir: &Path) {} in start_profiling() method
52 .start_profiling(id.id(), &profile_path); in profile()
568 fn start_profiling(&mut self, benchmark_id: &str, _benchmark_path: &Path) { in start_profiling() method