Home
last modified time | relevance | path

Searched defs:BenchmarkGroup (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Dbenchmark_group.rs78 pub struct BenchmarkGroup<'a, M: Measurement> { struct
86 impl<'a, M: Measurement> BenchmarkGroup<'a, M> { implementation
369 impl<'a, M: Measurement> Drop for BenchmarkGroup<'a, M> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/html/
Dmod.rs184 struct BenchmarkGroup<'a> { struct
192 impl<'a> BenchmarkGroup<'a> { argument
/aosp_15_r20/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
H A DBenchmarkGroup.java27 public class BenchmarkGroup { class
98 BenchmarkGroup(ComponentName componentName, String title, in BenchmarkGroup() method in BenchmarkGroup