commit | 4b2f214555f82fb3bc4d12ae2b6fdadb7f71fadd | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Thu Jun 15 13:48:31 2023 +0000 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Wed Oct 04 07:37:54 2023 +0000 |
tree | c735edb5e8a5c17ab1a7623859f1909efca639e9 | |
parent | ab81ec80117384b25e53712a78ee4ec81c48a1ab [diff] |
Protozero generator for C This checks a protoc plugin and a script that's used to generate the required protozero C library API headers from the protos. * The generated code is checked into the repo for now. * The generator is not automatically run in CI, because it's not that important for the headers to be up to date, for now. Some of the headers that have been already checked in were generated by this script. A future commit will generate the rest of the required headers. Bug: 237053538 Change-Id: I5d9a9e7b5ba4edb3446ff7806eed2b62ba591fca
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.