commit | 3c82a54b88181a3d60c596992691cf706756778e | [log] [tgz] |
---|---|---|
author | A. Cody Schuffelen <schuffelen@google.com> | Mon May 22 20:11:25 2023 -0700 |
committer | A. Cody Schuffelen <schuffelen@google.com> | Mon May 22 20:11:25 2023 -0700 |
tree | c0246c681aeef67fe39ad4efe2c09b3dc6f56b1f | |
parent | 24fae90b5e4ce0b2b970670e2795f9c258db5033 [diff] |
Support building traced_probes on the host for Android This is hopefully a step toward testing performance of Android executables that run on the host (e.g. crosvm). Bug: b/283171575 Test: - $ tools/install-build-deps --android $ tools/gen_android_bp $ m traced_probes Change-Id: I4f714d3174d3fe611527082a6daeabf6eeaf1a35
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.