commit | e0e71bc963bf6fb8401d4e194bff6085c6dcf89b | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue May 18 16:30:40 2021 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Tue May 18 16:30:40 2021 +0100 |
tree | 910d2979e52ac25a885f22f9ea264a365827cf1b | |
parent | f96c36dc3cf3507a03dfeb416c8b5d75abcea85e [diff] |
tp: workaround traces with massively out-of-order events This CL works around extremely slow loading of write_into_file traces which have events very much out of order (i.e. not respecting flush_period_ms). This allows these traces to be opened though much of the data inside these traces will be dropped as being out of order. Change-Id: I642bece275426b8b6aeec7ad89cde95717258fa0 Bug: 188392852
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.