perfetto: consolidate all Python libraries into a single folder This CL consolidates all the Python libraries which have been written over the past couple of years into a single top level python/ directory. This makes it a lot easier to reason about this code, ring-fence things like build targets and also makes dealing with imports a lot easier. Change-Id: Ia0d7637c0993dde51af19ce052e18e4773349596 Bug: 180499808
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.