commit | 40e6e68582470489a7a37d687cbeb3f189ca6b7b | [log] [tgz] |
---|---|---|
author | Pablo Gamito <pablogamito@google.com> | Mon Dec 04 12:04:33 2023 +0000 |
committer | Pablo Gamito <pablogamito@google.com> | Wed Dec 06 13:16:31 2023 +0000 |
tree | 757bd6fc8aa748dfd73b5a82c52cba156b1924b5 | |
parent | 1151d8885c83ea2c14fe206fd111791a1f66f964 [diff] |
Add rule to generate javastream proto for perfetto So that we can use and import the Perfetto protos in framework. Bug: 309630341 Test: tools/gen_android_bp Change-Id: I9ff326d07047c329a9e21ebfe0a053aa3165db3d
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.