commit | 7d41871dda08091e5480f75f4f468633f530a252 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Thu Apr 13 13:45:14 2023 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Thu Apr 13 13:45:14 2023 +0100 |
tree | 744a30994968c6f05513be1b05fe5e1f8d8b5b80 | |
parent | 75c6500b8dabe5344ac0255cb3d33182b4fd161f [diff] |
perfetto: make config and metrics proto truly publicly visible There's no point these protos being private as they are considered stable enough for anyone to read/write. Change-Id: I5c6961aebabd987e70744ea4955350b908666174
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.