commit | a6fc0364aecb3979786fcefc1a382788efb4c050 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue Oct 01 15:49:39 2024 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Tue Oct 01 15:49:39 2024 +0100 |
tree | bd01c72e98d82924453ee6eb6eceb48da720e0a3 | |
parent | c22620a85651498c9c4c4d8ef135eab400051efa [diff] |
tp: add generic cpu profiling module to stdlib This table is a high level table which abstracts away the details of what the source of the CPU profling is to expose a simple table with the sumamry of the profiling. Change-Id: Ice1cf54f7055366ab2c0826e88b4d7c1473a95d3
Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.
See https://perfetto.dev/docs or the /docs/ directory for documentation.