python: improve performance of pandas conversion by ~33% Two main changes causing this: 1) Reducing the amount of work being done per batch 2) Better aligning the data model we work in to what pandas will want Followup change will further improve performance by increasing the batch size further reducing the amount of work being done. Bug: 395980508 Change-Id: I0f3378f799d78baec32bbdba7b4f26d8691df640
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.