commit | 62ef13f4ca433e79f6d4ad995c0db04f38cbc529 | [log] [tgz] |
---|---|---|
author | Oksana Zhuravlova <oksamyt@google.com> | Thu Apr 20 14:19:17 2023 +0000 |
committer | Oksana Zhuravlova <oksamyt@google.com> | Thu Apr 20 14:19:17 2023 +0000 |
tree | eb522c09126be25f3b2d5b6b20befb638f23dc4a | |
parent | 4b14d7db9ec8595fe70d560e1b3950efbcb4a31b [diff] |
[wv] Add a jank approximation metric for WebView This CL adds trace processor support for running WebView trace-based metrics by following Chrome's example. Also adds a new webview_jank_approximation metric that calculates the number of janks overlapping WebView renderer slices. Bug: 273555049 Change-Id: I998765921b7f7a9bf8c98f0355290e7d8919a428
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.