commit | 8c7bac6c995934cd92e2fa80b256bee6ee161675 | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Mon Jun 20 10:37:37 2022 +0100 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Thu Feb 16 14:29:32 2023 +0000 |
tree | f59cf2a894f23cc049fdd43b29988af1dbdcf724 | |
parent | 713ab93cd4efb187f19dd827086290113a6f180e [diff] |
Shared library ABI for tracing session So that clients of the shared library can start tracing session and read tracing data. This is mostly useful for testing the shared library itself. Bug: 184929776 Change-Id: Ic88d11e2c533bf4bf0b06b1d1c01686332c0c8c8
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.