commit | 053dac7166e126b40d71e5e97ab8232e7e11e982 | [log] [tgz] |
---|---|---|
author | Hector Dearman <hjd@google.com> | Thu Apr 22 12:28:37 2021 +0100 |
committer | Hector Dearman <hjd@google.com> | Thu Apr 22 11:31:46 2021 +0000 |
tree | 5e9781961eadff12de8cdb9c677a767e03ac3216 | |
parent | 21ab9e156b549b85939ab79efb291f066712ee22 [diff] |
trace_processor: Drop bad frame timeline packets Drop frame timeline events where the timestamp is within 10s of max/min. These timestamps are normally the result of something going wrong (e.g. uint64_t(0 - kSomeConstant)). Bug: 185978397 Change-Id: I9fe20bd5bfac438cabe8f18c0a2bb8e4bcce5e65
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.