Searched defs:BenchmarkGroup (Results 1 – 3 of 3) sorted by relevance
78 pub struct BenchmarkGroup<'a, M: Measurement> { struct86 impl<'a, M: Measurement> BenchmarkGroup<'a, M> { implementation369 impl<'a, M: Measurement> Drop for BenchmarkGroup<'a, M> { implementation
184 struct BenchmarkGroup<'a> { struct192 impl<'a> BenchmarkGroup<'a> { argument
27 public class BenchmarkGroup { class98 BenchmarkGroup(ComponentName componentName, String title, in BenchmarkGroup() method in BenchmarkGroup