Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
generators/ | 04-Jul-2025 | - | 3,228 | 2,403 | ||
perfetto/ | 04-Jul-2025 | - | 3,452 | 2,538 | ||
test/ | 04-Jul-2025 | - | 1,481 | 1,129 | ||
tools/ | 04-Jul-2025 | - | 2,861 | 2,072 | ||
BUILD | D | 04-Jul-2025 | 4.6 KiB | 166 | 151 | |
BUILD.gn | D | 04-Jul-2025 | 3.5 KiB | 135 | 121 | |
LICENSE | D | 04-Jul-2025 | 10.4 KiB | 190 | 158 | |
README.md | D | 04-Jul-2025 | 456 | 10 | 7 | |
example.py | D | 04-Jul-2025 | 2.2 KiB | 70 | 38 | |
run_tests.py | D | 04-Jul-2025 | 2.3 KiB | 69 | 38 | |
setup.py | D | 04-Jul-2025 | 1.1 KiB | 36 | 34 |
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