Searched defs:start_profiling (Results 1 – 5 of 5) 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
43 EventTracerEntry start_profiling( in start_profiling() function in DummyEventTracer
202 EventTracerEntry ETDumpGen::start_profiling( in start_profiling() function in executorch::etdump::ETDumpGen
540 fn start_profiling(&mut self, benchmark_id: &str, _benchmark_path: &Path) { in start_profiling() method
230 def start_profiling(self) -> None: member in ChromiumWebDriver