commit | 2939c08fb370725dc9e7cc3692b08cd24a8d3cfd | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Thu Mar 11 17:25:44 2021 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Thu Mar 11 17:25:44 2021 +0000 |
tree | f9b94ed89bad87253a3a5ca0ad6ee9fa7f5e47f9 | |
parent | d1b5cf0934b8c9ee6dc43b5c558e23b5e67d5828 [diff] |
perfetto: migrate all descriptor header generation to build time This CL migrates all remaning descriptor.h file generation to build time instead of checking them in which reduces the number of binary files we have checked into the Perfetto repo. Moreover, it also introdcues a new template to handle generation of descriptor headers instead of copy-pasting ugly actions. Change-Id: I70b7498a6be2d4e09429739b13014ca2969c5e1f
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.