commit | ec8171e40c5b560abca2b5fd85c6bd8fc324ee7f | [log] [tgz] |
---|---|---|
author | Kartar Singh <kartarsingh@google.com> | Thu Sep 28 12:06:44 2023 +0100 |
committer | Kartar Singh <kartarsingh@google.com> | Thu Sep 28 12:06:44 2023 +0100 |
tree | ce60d8e09b76666dfa3a5b7c99a261a8b4ec2372 | |
parent | 90f8e7ccdd9d1c2b32bf6cf9d0accc2cd5e41e96 [diff] |
[ui] Add screenshot track Add ui support for visualizing screenshots in traces. In followup change we will add a python script for capturing trace and screencapture video simultaneously and then merging into a single trace. Using the traces captured using the script and this UI feature we should be able to see screenshots in perfetto like this: http://screen/BcWEtzCfAt7kb6m. Bug: b/287934064 Change-Id: I01e528a9e12b8ceab72fdbec1f1ece9ce977a5cc
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.