| commit | 92f3db29b54658646799458c144cdb9a3b116766 | [log] [tgz] |
|---|---|---|
| author | Sami Kyöstilä <skyostil@google.com> | Fri Sep 08 22:43:56 2023 +1000 |
| committer | Sami Kyöstilä <skyostil@google.com> | Fri Sep 08 22:43:56 2023 +1000 |
| tree | 3f0a93fd2d23940b1820100de2b60d20a2cba9ac | |
| parent | 3a2627c87c9ac8ba338e953f54d8db032d2b9cac [diff] |
protozero: Add sdk header generation mode Add an sdk protozero header generation mode, where the user is only assumed to have a single amalgamated "perfetto.h" header instead of a full Perfetto source tree checkout. Test: protoc --plugin=protoc-gen-plugin=out/linux/protozero_plugin --plugin_out=sdk=true:/tmp chrome_track_event.proto Bug: 298923683 Change-Id: I0221e965ed4b2da3be74977064051f3c9963ab7e
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.