Primiano Tucci | a662485 | 2020-05-21 19:12:50 +0100 | [diff] [blame] | 1 | # Perfetto - System profiling, app tracing and trace analysis |
Primiano Tucci | ae2879e | 2017-09-27 11:02:09 +0900 | [diff] [blame] | 2 | |
Primiano Tucci | a662485 | 2020-05-21 19:12:50 +0100 | [diff] [blame] | 3 | Perfetto is a production-grade open-source stack for performance |
| 4 | instrumentation and trace analysis. It offers services and libraries and for |
| 5 | recording system-level and app-level traces, native + java heap profiling, a |
| 6 | library for analyzing traces using SQL and a web-based UI to visualize and |
| 7 | explore multi-GB traces. |
Primiano Tucci | ae2879e | 2017-09-27 11:02:09 +0900 | [diff] [blame] | 8 | |
Florian Mayer | aaaaa9a | 2020-06-24 10:59:34 +0200 | [diff] [blame] | 9 | See https://perfetto.dev/docs or the /docs/ directory for documentation. |