commit | 4b9b34b80c9ec9ced9eb812fae1343c1c6bdbc40 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Fri Dec 08 14:14:18 2023 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Fri Dec 08 14:14:18 2023 +0000 |
tree | 410c5ef4722021a5ec05fb8fac9194b1cd8b36d6 | |
parent | 8be1ea6bff2dcdab1c47e0680c1546346588999c [diff] |
gn: enable libc++ assertions in debug mode This enables a bunch of useful assertions in libc++ which are very useful when debugging issues. For example: bounds checking on vectors and dereferencing std::optional are both invaluable IMO. After running our unit/integration/diff tests with this patch, there is a negligible difference in runtime. Change-Id: I0e408fcb01fdde69a25309d7d358f5f2fed5833c
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.