commit | f6f6e780009091641443fe0d3db2933feacb4f98 | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Mon Apr 29 14:21:48 2024 +0000 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Mon Apr 29 14:25:57 2024 +0000 |
tree | e5ed884426c2bfc907b1b2a4477f030b0f247de6 | |
parent | 7edd179bdcc5f487cb1a7f874cdab3ae3f2feb4b [diff] |
gn_utils: Export proto import_dirs for all targets Right now proto import_dirs are only exported for source_set targets. In a future commit, import_dirs will be used by zero targets as well. This cl renames `metadata.import_dirs` to `metadata.proto_import_dirs`. I haven't found a way in GN to set `metadata.import_dirs` on a target that already has `import_dirs`. Change-Id: Ifbfe087cb16956d625c72a0f81c585c25768b56d
Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.
See https://perfetto.dev/docs or the /docs/ directory for documentation.