commit | 4c76b4d6dad51326cd254e21c78b3e8ac125352a | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue Jan 11 15:37:41 2022 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Tue Jan 11 15:37:41 2022 +0000 |
tree | 7fe410f146b01fea0e34588f20a156c9c3b40366 | |
parent | cb8e0ff1ea62834ecf2007fbbb74edc4c0767b9b [diff] |
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.