fuchsia: pass all scheduling data through the sorter It's possible for scheduler events to be out of order unlike what the parser assumes (and what the comment in the parser explicitly says). Fix this by passing the data through the sorter every time. Change-Id: I5debd098f3ec0bbc6b92a72562e114bdad6c88dd
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.