commit | 427b8335d8506ab64129e19792a86c0ada41481a | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Wed May 27 16:09:45 2020 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Wed May 27 16:09:45 2020 +0100 |
tree | d9b2a898937d2340b447925c8a57dbbb7d29e4ab | |
parent | 609c36d7e6ea0390cc90944b5baac6455f2a9659 [diff] |
tp: add metatracing This CL adds metatracing support to trace processor using the existing metatracing API in base. This includes plumbing to shell with the -m flag allowing metatracing of shell. We use a new implementation of metatracing as the one in base does not have quite the right shape for use in trace processor (e.g. the use of task runners, the lack of args support etc) Change-Id: Ib052d8d2d623f18e95c8614448975617d914dcca
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://docs.perfetto.dev or the /docs/ directory for documentation.