commit | fcae37623e3eeaefe7ecbfa192f87f8c44b56ecc | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Fri Sep 13 14:38:10 2024 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Fri Sep 13 14:38:10 2024 +0100 |
tree | ea7a61f80c2025f7206e99c230c00a80f5171c82 | |
parent | dc110025363f5d333c121a9f90e06b9a74d73952 [diff] |
tp: switch to using a proper LALR parser for preprocessor This CL changes the preprocessor to use a proper LALR parser generated by Lemon, SQLite's parser generator. This CL is in very rough shape but that's somewhat intentional as I anticipate a lot of this changing in upcoming CLs. Change-Id: Id89f87020184eb9a27f9c7bce1eafa32f8a898d1
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.