commit | 2778ac8ce8f0183a2651b2361601bbb3dc3c7413 | [log] [tgz] |
---|---|---|
author | Sami Kyostila <skyostil@chromium.org> | Mon Dec 21 16:12:27 2020 +0000 |
committer | Sami Kyostila <skyostil@chromium.org> | Mon Dec 21 16:12:27 2020 +0000 |
tree | 4ee65a97d2b121646e686ebdfac6aaa1adcd2d8d | |
parent | c65f224a7259d87bf1f980e7424d73fc0cfca795 [diff] |
tracing: Add a way to observe track event sessions This patch adds a new TrackEventSessionObserver interface in order to allow applications to listen to track event tracing session lifecycle events. Bug: chromium:1006541 Change-Id: I0849924a782883a505dd42efe0eaea2fd74d24d0
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.