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.