Searched defs:stop_profiling (Results 1 – 3 of 3) sorted by relevance
18 fn stop_profiling(&mut self, benchmark_id: &str, benchmark_dir: &Path); in stop_profiling() method27 fn stop_profiling(&mut self, _benchmark_id: &str, _benchmark_dir: &Path) {} in stop_profiling() method
544 fn stop_profiling(&mut self, benchmark_id: &str, _benchmark_path: &Path) { in stop_profiling() method
251 def stop_profiling(self) -> Any: member in ChromiumWebDriver