commit | 856a7092569df8e5bbb958317a36f61ec7bbf133 | [log] [tgz] |
---|---|---|
author | Carlos Caballero <carlscab@google.com> | Mon Jan 15 17:27:35 2024 +0000 |
committer | Carlos Caballero Grolimund <carlscab@google.com> | Tue Jan 16 11:05:44 2024 +0000 |
tree | 13cee669973c1bc1ade75c2c89b88ff1ab851cb7 | |
parent | f37c6f745a9f1951446ffab1da0a834ae0bacec3 [diff] |
Add support for new v8 data source We are planning to add a new data source for the v8 Javascript engine. V8 emits an event every time a new code snippet is generated. These events hold enough information to be able to symbolize stack frames during ingestion. This patch introduces a new top level trace proto to emit said new code events. Bug: b/283794416 Change-Id: I2d1f9bedb2b89eafac7c89ee83cfca6c22892ab3
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.