commit | 8d6d7c1e833160b7cc33d87ba4883068b1a9d281 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Thu Feb 24 20:35:23 2022 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Thu Feb 24 20:35:23 2022 +0000 |
tree | 24ffd490e99c742e9eea0a2e3f1604d092cfc2f1 | |
parent | b9922c2e9532411ad9d2d2368b613e4cb78723f1 [diff] |
perfetto: remove merged protos from Bazel and reduce usage elsewhere This CL removes the merged protos from being built in Bazel as they cause a lot of problems with ODR violations in G3 (i.e. if one static lib depends on the merged trace, another on the merged config) Instead, expose the non_minimal and config protos directly to be depended on. Change-Id: I24a05e5c42f270b15d0e68d4fcedc37a5dcd2b9b Bug: 221191510
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.