1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2015 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ Unless required by applicable law or agreed to in writing, software 11 ~ distributed under the License is distributed on an "AS IS" BASIS, 12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 ~ See the License for the specific language governing permissions and limitations under the 14 ~ License. 15 ~ 16 --> 17 18<com.android.benchmark.BenchmarkGroup 19 xmlns:benchmark="http://schemas.android.com/apk/res-auto" 20 benchmark:description="Benchmarks of the Android system" 21 benchmark:name="Android Benchmarks"> 22 23 <com.android.benchmark.Benchmark 24 benchmark:name="@string/list_view_scroll_name" 25 benchmark:id="@id/benchmark_list_view_scroll" 26 benchmark:category="ui" 27 benchmark:description="@string/list_view_scroll_description" /> 28 29 <com.android.benchmark.Benchmark 30 benchmark:name="@string/image_list_view_scroll_name" 31 benchmark:id="@id/benchmark_image_list_view_scroll" 32 benchmark:category="ui" 33 benchmark:description="@string/image_list_view_scroll_description" /> 34 35 <com.android.benchmark.Benchmark 36 benchmark:name="@string/shadow_grid_name" 37 benchmark:id="@id/benchmark_shadow_grid" 38 benchmark:category="ui" 39 benchmark:description="@string/shadow_grid_description" /> 40 41 <com.android.benchmark.Benchmark 42 benchmark:name="@string/text_low_hitrate_name" 43 benchmark:id="@id/benchmark_text_low_hitrate" 44 benchmark:category="ui" 45 benchmark:description="@string/text_low_hitrate_description" /> 46 47 <com.android.benchmark.Benchmark 48 benchmark:name="@string/text_high_hitrate_name" 49 benchmark:id="@id/benchmark_text_high_hitrate" 50 benchmark:category="ui" 51 benchmark:description="@string/text_high_hitrate_description" /> 52 53 <com.android.benchmark.Benchmark 54 benchmark:name="@string/edit_text_input_name" 55 benchmark:id="@id/benchmark_edit_text_input" 56 benchmark:category="ui" 57 benchmark:description="@string/edit_text_input_description" /> 58 59 <com.android.benchmark.Benchmark 60 benchmark:name="@string/overdraw_name" 61 benchmark:id="@id/benchmark_overdraw" 62 benchmark:category="ui" 63 benchmark:description="@string/overdraw_description" /> 64 65 <com.android.benchmark.Benchmark 66 benchmark:name="@string/bitmap_upload_name" 67 benchmark:id="@id/benchmark_bitmap_upload" 68 benchmark:category="ui" 69 benchmark:description="@string/bitmap_upload_description" /> 70 71 <!-- 72 <com.android.benchmark.Benchmark 73 benchmark:name="@string/memory_bandwidth_name" 74 benchmark:id="@id/benchmark_memory_bandwidth" 75 benchmark:category="compute" 76 benchmark:description="@string/memory_bandwidth_description" /> 77 78 <com.android.benchmark.Benchmark 79 benchmark:name="@string/memory_latency_name" 80 benchmark:id="@id/benchmark_memory_latency" 81 benchmark:category="compute" 82 benchmark:description="@string/memory_latency_description" /> 83 84 <com.android.benchmark.Benchmark 85 benchmark:name="@string/power_management_name" 86 benchmark:id="@id/benchmark_power_management" 87 benchmark:category="compute" 88 benchmark:description="@string/power_management_description" /> 89 90 <com.android.benchmark.Benchmark 91 benchmark:name="@string/cpu_heat_soak_name" 92 benchmark:id="@id/benchmark_cpu_heat_soak" 93 benchmark:category="compute" 94 benchmark:description="@string/cpu_heat_soak_description" /> 95 96 <com.android.benchmark.Benchmark 97 benchmark:name="@string/cpu_gflops_name" 98 benchmark:id="@id/benchmark_cpu_gflops" 99 benchmark:category="compute" 100 benchmark:description="@string/cpu_gflops_description" /> 101 --> 102 103</com.android.benchmark.BenchmarkGroup>