commit | 9d63cb44070ccbe31da05c80e176ffc1fadb9aa2 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue Feb 07 23:23:59 2023 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Tue Feb 07 23:23:59 2023 +0000 |
tree | 7f4dbc0262d381f143a9e4222be4fcd22bcef406 | |
parent | cde2da83e659c68e3bcf4383a1db08fbcb713168 [diff] |
docs: add reference page on manually writing TrackEvent protos This is useful for both users migrating from JSON but also people who just want to emit Perfetto's native format without using the SDK. Fixes: 265964230 Change-Id: Id56d088c30a9ff3828354d5ab2b7e734767eb6cb
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.