Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
generators/ | H | 25-Apr-2025 | - | 3,093 | 2,285 | |
perfetto/ | H | 25-Apr-2025 | - | 3,622 | 2,621 | |
test/ | H | 25-Apr-2025 | - | 1,488 | 1,132 | |
tools/ | H | 25-Apr-2025 | - | 2,864 | 2,075 | |
BUILD | H A D | 25-Apr-2025 | 4.6 KiB | 166 | 151 | |
BUILD.gn | H A D | 25-Apr-2025 | 3.5 KiB | 135 | 121 | |
LICENSE | H A D | 25-Apr-2025 | 10.4 KiB | 190 | 158 | |
README.md | H A D | 25-Apr-2025 | 456 | 10 | 7 | |
example.py | H A D | 25-Apr-2025 | 2.2 KiB | 70 | 38 | |
run_tests.py | H A D | 25-Apr-2025 | 2.3 KiB | 69 | 38 | |
setup.py | H A D | 25-Apr-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