commit | 55fd4db8acbfe3742d2505ec5a94acbba3c7d41a | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Tue Nov 15 13:44:14 2022 +0000 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Tue Nov 15 16:50:41 2022 +0000 |
tree | bd30c9fa3ff30332746af0c7a42a4b6e5d1dfa7d | |
parent | 8c09706981a46ece978105c3b8443cda1b08f30e [diff] |
tracing: Add ActivateTriggers function. Instead of shelling out and executing `trigger_perfetto <trigger>`, a process using the perfetto SDK can call `perfetto::Tracing::ActivateTriggers({"<trigger>"})`. Bug: 258465428 Change-Id: Ic8f0458684d87099d05ff18ba87831158bc5be4a
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.