commit | a8559af8d4609a519a143de3907573a372f17832 | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Thu Dec 15 16:20:17 2022 +0000 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Fri Jan 27 10:31:32 2023 +0000 |
tree | aed9ec04fcad15dba14f978eb35551c0367397ac | |
parent | 8fe19f55468ee227e99c1a682bd8c0e8f7e5bcdb [diff] |
protozero: Reduce binary size of protozero gen This reduces the size of the generated ParseFromArray and Serialize methods of generated protobuf message (the gen messages, not the protozero message). Before: stripped/example_system_wide size: 708304 After: stripped/example_system_wide size: 664816 Change-Id: I1583057af5d96094f776ab05d609144c89eaa36c
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.