commit | d529ded1ad68442600faff85b2828b54eb93f6a9 | [log] [tgz] |
---|---|---|
author | Sami Kyostila <skyostil@chromium.org> | Mon Sep 14 17:30:03 2020 +0100 |
committer | Sami Kyostila <skyostil@chromium.org> | Mon Sep 14 17:30:03 2020 +0100 |
tree | 155e2db0421e415aaadbcadc819a75157d246e2d | |
parent | 617d3f67c3d963d2bd8b1f70cc60b660123e8153 [diff] |
TrackEvent: Add support for overriding interned data storage This patch makes it possible to override the underlying storage for interned data in perfetto::EventContext. This makes it possible to use interned data in Chrome's typed trace points. Bug: 156727531 Change-Id: I2225dbab05fe113291779ff9b83b2ff8c8e23782
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.