Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
perfetto/ | 03-May-2024 | - | 567 | 346 | ||
LICENSE | D | 03-May-2024 | 10.4 KiB | 190 | 158 | |
README.md | D | 03-May-2024 | 456 | 10 | 7 | |
example.py | D | 03-May-2024 | 2.2 KiB | 69 | 38 | |
setup.py | D | 03-May-2024 | 1 KiB | 30 | 28 |
README.md
1# Perfetto - System profiling, app tracing and trace analysis 2 3Perfetto is a production-grade open-source stack for performance 4instrumentation and trace analysis. It offers services and libraries and for 5recording system-level and app-level traces, native + java heap profiling, a 6library for analyzing traces using SQL and a web-based UI to visualize and 7explore multi-GB traces. 8 9See https://perfetto.dev/docs or the /docs/ directory for documentation. 10