Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
generators/ | 03-May-2024 | - | 2,724 | 1,941 | ||
perfetto/ | 03-May-2024 | - | 2,403 | 1,701 | ||
test/ | 03-May-2024 | - | 1,062 | 781 | ||
tools/ | 03-May-2024 | - | 2,065 | 1,536 | ||
BUILD | D | 03-May-2024 | 3.8 KiB | 132 | 120 | |
BUILD.gn | D | 03-May-2024 | 3 KiB | 113 | 102 | |
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 | 70 | 38 | |
run_tests.py | D | 03-May-2024 | 1.9 KiB | 62 | 31 | |
setup.py | D | 03-May-2024 | 1.1 KiB | 33 | 31 |
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