Home
last modified time | relevance | path

Searched defs:start_profiling (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dipc.py44 def start_profiling(adb, args, target_args): function
H A Dapp_profiler.py238 def start_profiling(self, target_args): member in ProfilerBase
/aosp_15_r20/external/executorch/runtime/core/test/
H A Devent_tracer_test.cpp43 EventTracerEntry start_profiling( in start_profiling() function in DummyEventTracer
/aosp_15_r20/external/executorch/devtools/etdump/
H A Detdump_flatcc.cpp202 EventTracerEntry ETDumpGen::start_profiling( in start_profiling() function in executorch::etdump::ETDumpGen
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/tests/
Dcriterion_tests.rs540 fn start_profiling(&mut self, benchmark_id: &str, _benchmark_path: &Path) { in start_profiling() method