Searched refs:BenchmarkGroup (Results 1 – 5 of 5) sorted by relevance
56 private List<BenchmarkGroup> mGroups;81 List<BenchmarkGroup> groups = parseBenchmarkGroup(inf.activityInfo); in loadBenchmarks()108 private List<BenchmarkGroup> parseBenchmarkGroup(ActivityInfo activityInfo) { in parseBenchmarkGroup()114 SparseArray<List<BenchmarkGroup.Benchmark>> benchmarks = new SparseArray<>(); in parseBenchmarkGroup()124 … TypedArray groupAttribs = res.obtainAttributes(attributeSet, R.styleable.BenchmarkGroup); in parseBenchmarkGroup()140 BenchmarkGroup.Benchmark benchmark = new BenchmarkGroup.Benchmark( in parseBenchmarkGroup()142 List<BenchmarkGroup.Benchmark> benches = benchmarks.get(category); in parseBenchmarkGroup()157 List<BenchmarkGroup> result = new ArrayList<>(); in parseBenchmarkGroup()161 List<BenchmarkGroup.Benchmark> thisGroup = benchmarks.get(cat); in parseBenchmarkGroup()162 BenchmarkGroup.Benchmark[] benchmarkArray = in parseBenchmarkGroup()[all …]
27 public class BenchmarkGroup { class98 BenchmarkGroup(ComponentName componentName, String title, in BenchmarkGroup() method in BenchmarkGroup
27 import com.android.benchmark.registry.BenchmarkGroup;62 BenchmarkGroup benchmarkGroup = mRegistry.getBenchmarkGroup(groupPosition); in getChild()88 BenchmarkGroup group = (BenchmarkGroup) getGroup(groupPosition); in getGroupView()102 BenchmarkGroup.Benchmark benchmark = in getChildView()103 (BenchmarkGroup.Benchmark) getChild(groupPosition, childPosition); in getChildView()
36 import com.android.benchmark.registry.BenchmarkGroup;149 int[] enabledIds = intent.getIntArrayExtra(BenchmarkGroup.BENCHMARK_EXTRA_ENABLED_TESTS); in initLocalBenchmarks()150 int runCount = intent.getIntExtra(BenchmarkGroup.BENCHMARK_EXTRA_RUN_COUNT, RUN_COUNT); in initLocalBenchmarks()151 mFinish = intent.getBooleanExtra(BenchmarkGroup.BENCHMARK_EXTRA_FINISH, false); in initLocalBenchmarks()
29 import com.android.benchmark.registry.BenchmarkGroup;