Primiano Tucci | 02c1176 | 2019-08-30 00:57:59 +0200 | [diff] [blame] | 1 | # 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 | |
| 15 | import("perfetto.gni") |
| 16 | |
| 17 | perfetto_benchmarks_targets = [ |
| 18 | "gn:default_deps", |
Primiano Tucci | 79dd3bc | 2019-12-05 13:17:37 +0000 | [diff] [blame] | 19 | "src/base:benchmarks", |
Primiano Tucci | df3ab20 | 2020-05-21 14:20:57 +0100 | [diff] [blame] | 20 | "src/protozero:benchmarks", |
Primiano Tucci | 3f00374 | 2021-05-14 19:25:14 +0100 | [diff] [blame] | 21 | "src/protozero/filtering:benchmarks", |
Lalit Maganti | 1c21759 | 2020-06-04 18:42:39 +0100 | [diff] [blame] | 22 | "src/trace_processor/sqlite:benchmarks", |
Lalit Maganti | 2aa8858 | 2019-12-17 17:06:49 +0000 | [diff] [blame] | 23 | "src/trace_processor/containers:benchmarks", |
Lalit Maganti | 0068577 | 2019-10-24 18:14:01 +0100 | [diff] [blame] | 24 | "src/trace_processor/tables:benchmarks", |
Ryan Savitski | dc21888 | 2020-11-16 18:02:02 +0000 | [diff] [blame] | 25 | "src/kallsyms:benchmarks", |
Sami Kyostila | 7e67387 | 2020-02-20 12:37:34 +0000 | [diff] [blame] | 26 | "src/traced/probes/ftrace:benchmarks", |
| 27 | "src/tracing/core:benchmarks", |
| 28 | "src/tracing:benchmarks", |
Primiano Tucci | 4079d1d | 2020-06-30 11:03:38 +0100 | [diff] [blame] | 29 | "src/trace_processor/rpc:benchmarks", |
Primiano Tucci | 02c1176 | 2019-08-30 00:57:59 +0200 | [diff] [blame] | 30 | "test:benchmark_main", |
| 31 | "test:end_to_end_benchmarks", |
| 32 | ] |
Florian Mayer | 6614e91 | 2021-02-22 16:44:22 +0000 | [diff] [blame] | 33 | |
| 34 | if (enable_perfetto_heapprofd) { |
| 35 | perfetto_benchmarks_targets += [ "src/profiling/memory:benchmarks" ] |
| 36 | } |