commit | 71ce4ce705b02e608de9298748fa8ee2665ddfc1 | [log] [tgz] |
---|---|---|
author | Ryan Zuklie <rzuklie@google.com> | Fri May 12 17:47:21 2023 -0700 |
committer | Ryan Zuklie <rzuklie@google.com> | Fri May 12 17:53:14 2023 -0700 |
tree | 1169a091b2ced48235fb54340653c59a34fa74e4 | |
parent | baaaed8ad8a20e241e85e300c17495ef188c4446 [diff] |
Add a template metric for network activity query. It is often quite useful to see networking aggregated into regions that indicate whether the interface should be on or off. In the simplest case, it can be an easier way to view large quantities of instant network events. In other cases, it can be used to proxy the network for power or similar analysis. Test: diff test and ui-dev-server Change-Id: I0c58b59d082fe8de640f32fa2a65483e9e9a9e0c
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.