commit | 5c90dc156a626f6686193de9494bc946ec326dc2 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Fri Jul 01 00:05:03 2022 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Fri Jul 01 00:05:03 2022 +0100 |
tree | 8995818569ec87d0435c686c2c033cb1ae7271f8 | |
parent | 9bbd6d9c49c85aad83d677178425056d8b27c201 [diff] |
tp: move ColumnStorage creation to initializer instead of body By doing this, we should reduce the binary size of the table constructors signficantly as objects are not constantly created and moved. Instead, we just directly can construct the object in place. Bug: crbug/1341029 Change-Id: I522a2e8b9561499af403b1f142706ffb4bf68191
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.