commit | 8b970aaca3da0f7ab956cedc43a2684abceb9126 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Tue Nov 09 20:21:33 2021 +0000 |
committer | Primiano Tucci <primiano@google.com> | Tue Nov 09 20:21:33 2021 +0000 |
tree | a2ee93ea7671ae0e45e8a31c6e8ed22f818d4fb8 | |
parent | adeb79deafcef415740e38d92d9e742b5b7f2233 [diff] |
TraceProcessor: introduce RefCounted<T>, remove std::shared_ptr 1. There is already a case of manually-handled refcounting in TraceBlob / TraceBlobView. 2. PacketSequenceStateGeneration was using std::shared_ptr. That introduce unnecessary atomics because it's thread-safe (which we don't need and it's a fast-path). Bug: 205302474 Change-Id: Ia5fd6e9b0389a570e55474c4d81f588c7dc5cba1
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.