commit | 689ef04baa2721c29a15a6d51009fc665d6516aa | [log] [tgz] |
---|---|---|
author | Carlos Caballero Grolimund <carlscab@google.com> | Mon Sep 26 14:58:20 2022 +0000 |
committer | Carlos Caballero Grolimund <carlscab@google.com> | Mon Sep 26 14:58:20 2022 +0000 |
tree | bb3372397d738a263aed44c2f184d8514ebe4dba | |
parent | bbbab1b0054ed4155a5e623c4afa0768dfeca737 [diff] |
Add EXPERIMENTAL_ANNOTATED_PERF_PROFILE function Similar to EXPERIMENTAL_PERF_PROFILE generates a pprof profile but it also annotates function names with Android specific annotations. Change-Id: I249c4fda5034b52204092e5243076884b7c523fc
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.