commit | 4489084e64ce62ee2a4c9ffa75d439deaa7de2b4 | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Fri Jun 30 14:55:26 2023 +0000 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Mon Jul 31 10:28:58 2023 +0000 |
tree | 49d0f695d905a3573d030d54a443d0fed70a19a8 | |
parent | 24fae0b6810233830b7a7653f9e8dc8e0f52af75 [diff] |
shared_lib: Improve PerfettoDsRegister() * Add ability to specify buffer exhausted policy. * Change name of PerfettoDsCallbacks to PerfettoDsParams (now it's possible to specify different params). * Use heap buffer to build descriptor. This is an API breaking change (not an ABI breaking change). Bug: 237053857 Change-Id: I8dc55684c344bf375402e2520066994ad3401266
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.