commit | a6cd57062f1d15f17a6f4ba75176c5df9d553167 | [log] [tgz] |
---|---|---|
author | Joseph Koshy <jkoshy@chromium.org> | Wed Feb 01 14:50:14 2023 +0000 |
committer | Joseph Koshy <jkoshy@chromium.org> | Wed Feb 01 14:50:14 2023 +0000 |
tree | a324e8ab2dd7d7cad1ce8dc00a89898617bfee20 | |
parent | 9eccbc4526015f131a1bcb0b3787ffed9a4d24ee [diff] |
Pass configuration to Perfetto using files. This change avoids shell quoting issues if the profiling configuration specified contains single or double quotes. Bug: 267137202 Change-Id: If739418004d61496bfd46eaef08465559e87e661
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.