commit | 48c739d198767e8a249b52147df037166efaed54 | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Mon Jun 19 13:52:42 2023 +0000 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Tue Aug 01 15:49:04 2023 +0000 |
tree | f1d2841c5d893776524620ccc2c5db2439da84b1 | |
parent | fc215b9b6a0df329b099f37d6d40ab07d5ab8542 [diff] |
Shared library track event: Category registration This commit implements: * A new data source in the shared library that's similar to the existing "track_event" data source in the C++ sdk. * An ABI that allows registering categories with the new data source. * Macros to register categories. Bug: 237053982 Change-Id: I923b241857b7a08495bed606af2e8a16404711e6
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.