blob: 46e067cd8895cc5ccf6eee60e895402115f6d38e [file] [log] [blame]
Primiano Tucci02c11762019-08-30 00:57:59 +02001# Copyright (C) 2019 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
15import("perfetto.gni")
16
17perfetto_benchmarks_targets = [
18 "gn:default_deps",
Primiano Tucci79dd3bc2019-12-05 13:17:37 +000019 "src/base:benchmarks",
Primiano Tuccidf3ab202020-05-21 14:20:57 +010020 "src/protozero:benchmarks",
Lalit Maganti1c217592020-06-04 18:42:39 +010021 "src/trace_processor/sqlite:benchmarks",
Lalit Maganti2aa88582019-12-17 17:06:49 +000022 "src/trace_processor/containers:benchmarks",
Lalit Maganti00685772019-10-24 18:14:01 +010023 "src/trace_processor/tables:benchmarks",
Primiano Tucci02691162020-01-21 13:30:13 +000024 "src/traced/probes/ftrace/kallsyms:benchmarks",
Sami Kyostila7e673872020-02-20 12:37:34 +000025 "src/traced/probes/ftrace:benchmarks",
26 "src/tracing/core:benchmarks",
27 "src/tracing:benchmarks",
Primiano Tucci02c11762019-08-30 00:57:59 +020028 "test:benchmark_main",
29 "test:end_to_end_benchmarks",
30]