commit | d7a0d1e7f7d267a803121dc1d6b2ad3a9143b264 | [log] [tgz] |
---|---|---|
author | Aaron Vaage <vaage@google.com> | Fri Jun 14 13:51:50 2024 -0700 |
committer | Aaron Vaage <vaage@google.com> | Fri Jun 14 13:51:50 2024 -0700 |
tree | 72a16abe21a9b8b1048b64218a540165f217a998 | |
parent | 415fc56abc475fd2538e88d4b169921c0bf1dd89 [diff] |
Trace Redaction - Bit index-out-of-bounds bike mask error We use a bitmask in our broadphase filter. However, there is no easy way to track the max field id. We set the width wrong. To fix this, the width has been correctly, but an additional check has been added to assume an out-of-bounds value would be unset. Change-Id: I675f4ea58de7524cb9aeec05ffe5fc8ff23bc25c
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.