commit | e277dcba8a4ffd094f45ff42439035e29070ab5a | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Wed Nov 09 15:57:58 2022 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Wed Nov 09 15:57:58 2022 +0000 |
tree | 5815c0d66b5feafadced8c13d966a57723796a3a | |
parent | b417ff2185447bd316f077ac0bce654b26029930 [diff] |
tp: tidy up amalgamated SQL header generation This CL changes the SQL amalgamation system to generate a header directly which can be depended upon instead of requiring manual rule. We do this in an almost identical r way to cc_proto_descriptor generation where we have a Bazel macro which does both the genrule and defines the cc_library. Bug: 255535171 Change-Id: I103ce8953a685c20f9b5a1c6d226d8f42f94c425
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.