commit | 63c007fa22d7a7a97027d698a7515ca175e765bc | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Thu Feb 16 18:05:04 2023 +0000 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Wed Feb 22 11:41:44 2023 +0000 |
tree | 4fbc1f2506a12f52379f2259dfdf1ea979801b04 | |
parent | 3faa5fd5d5434c1ab95959694e459422d58e2766 [diff] |
tracing: Remove SystemProducerOnlyBackend Now that TracingMuxerImpl handles producers and consumer backends separately, we can avoid a SystemProducerOnlyBackend, which CHECKs when asked for a consumer, and split the SystemBackend into two (the producer part and the consumer part). Change-Id: I2924343efe463044bfb499a4a455992bc36e36b9
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.