blob: e1540649ccf99bbd075e78229c5a4388f4c515e3 [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",
Primiano Tucci3f003742021-05-14 19:25:14 +010021 "src/protozero/filtering:benchmarks",
Lalit Maganti1c217592020-06-04 18:42:39 +010022 "src/trace_processor/sqlite:benchmarks",
Lalit Maganti2aa88582019-12-17 17:06:49 +000023 "src/trace_processor/containers:benchmarks",
Lalit Maganti00685772019-10-24 18:14:01 +010024 "src/trace_processor/tables:benchmarks",
Ryan Savitskidc218882020-11-16 18:02:02 +000025 "src/kallsyms:benchmarks",
Sami Kyostila7e673872020-02-20 12:37:34 +000026 "src/traced/probes/ftrace:benchmarks",
27 "src/tracing/core:benchmarks",
28 "src/tracing:benchmarks",
Primiano Tucci4079d1d2020-06-30 11:03:38 +010029 "src/trace_processor/rpc:benchmarks",
Primiano Tucci02c11762019-08-30 00:57:59 +020030 "test:benchmark_main",
31 "test:end_to_end_benchmarks",
32]
Florian Mayer6614e912021-02-22 16:44:22 +000033
34if (enable_perfetto_heapprofd) {
35 perfetto_benchmarks_targets += [ "src/profiling/memory:benchmarks" ]
36}