commit | bbbab1b0054ed4155a5e623c4afa0768dfeca737 | [log] [tgz] |
---|---|---|
author | Mohit Saini <mohitms@google.com> | Sat Sep 24 14:57:20 2022 +0100 |
committer | Mohit Saini <mohitms@google.com> | Sat Sep 24 16:09:50 2022 +0100 |
tree | 8182f75eb77c009fae9760e0187c857fe43ba0ee | |
parent | 5848fc9647d3a470998978bfc87b2048dddaba26 [diff] |
Safeguard base::ArraySize from misuse Possible misuse with previous impl: Passing array pointer. Safeguard: Compilation failure if array pointer passed. Change-Id: I6989bb360d28b3ac624b587e8e5f4f6045be8f9f
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.