commit | 7c24af6f73e50d66dc0d9ac866fb4a4d788e8822 | [log] [tgz] |
---|---|---|
author | Anna Mayzner <mayzner@google.com> | Fri Apr 14 15:26:07 2023 +0000 |
committer | Anna Mayzner <mayzner@google.com> | Fri Apr 14 15:26:07 2023 +0000 |
tree | 6f68cc8c16b11dba87480416fbe2e4fc8f695eb1 | |
parent | 2276d286905c899bb300bc19f56ebbbd199afbae [diff] |
tp: Base BitVector on `uint64_t` not Blocks Previous implementation of BitVector prevented us from implementing Builder, which allows for efficient creation of new BitVector. This CL enables Builder implementation and Filtering v2. Change-Id: I8c4374c83b411f39dbcbbaada7d3041c1b27b7c2 Bug: 277732246
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.