• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (C) 2016 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7#      http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15instrumentation_metric_tests := \
16    ActivityManagerPerfTests \
17    ActivityManagerPerfTestsTestApp \
18    ActivityManagerPerfTestsStubApp1 \
19    ActivityManagerPerfTestsStubApp2 \
20    ActivityManagerPerfTestsStubApp3 \
21    AutofillPerfTests \
22    BlobStorePerfTests \
23    crashcollector \
24    CorePerfTests \
25    ContentCapturePerfTests \
26    DocumentsUIAppPerfTests \
27    MtpServicePerfTests \
28    RsBlasBenchmark \
29    ImageProcessingJB \
30    MediaProviderClientTests \
31    MultiUserPerfDummyApp \
32    MultiUserPerfTests \
33    NeuralNetworksApiBenchmark \
34    PackageManagerPerfTests \
35    QueriesAll0 \
36    QueriesAll1 \
37    QueriesAll2 \
38    QueriesAll3 \
39    QueriesAll4 \
40    QueriesAll5 \
41    QueriesAll6 \
42    QueriesAll7 \
43    QueriesAll8 \
44    QueriesAll9 \
45    QueriesAll10 \
46    QueriesAll11 \
47    QueriesAll12 \
48    QueriesAll13 \
49    QueriesAll14 \
50    QueriesAll15 \
51    QueriesAll16 \
52    QueriesAll17 \
53    QueriesAll18 \
54    QueriesAll19 \
55    QueriesAll20 \
56    QueriesAll21 \
57    QueriesAll22 \
58    QueriesAll23 \
59    QueriesAll24 \
60    QueriesAll25 \
61    QueriesAll26 \
62    QueriesAll27 \
63    QueriesAll28 \
64    QueriesAll29 \
65    QueriesAll30 \
66    QueriesAll31 \
67    QueriesAll32 \
68    QueriesAll33 \
69    QueriesAll34 \
70    QueriesAll35 \
71    QueriesAll36 \
72    QueriesAll37 \
73    QueriesAll38 \
74    QueriesAll39 \
75    QueriesAll40 \
76    QueriesAll41 \
77    QueriesAll42 \
78    QueriesAll43 \
79    QueriesAll44 \
80    QueriesAll45 \
81    QueriesAll46 \
82    QueriesAll47 \
83    QueriesAll48 \
84    QueriesAll49 \
85    TextClassifierPerfTests \
86    WmPerfTests \
87    ImePerfTests \
88    trace_config_detailed.textproto \
89    trace_config_multi_user.textproto \
90    perfetto_trace_processor_shell
91
92    # TODO(b/72332760): Uncomment when fixed
93    #DocumentsUIPerfTests
94
95ifneq ($(strip $(BOARD_PERFSETUP_SCRIPT)),)
96instrumentation_metric_tests += perf-setup
97endif
98