Home
last modified time | relevance | path

Searched defs:benchmark_start (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Dreport.rs274 fn benchmark_start(&self, _id: &BenchmarkId, _context: &ReportContext) {} in benchmark_start() method
490 fn benchmark_start(&self, id: &BenchmarkId, _: &ReportContext) { in benchmark_start() method
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dexport_json_unittest.cc316 Variadic benchmark_start = Variadic::Integer(kBenchmarkStart); in TEST_F() local