commit | 22dad5915c022826e447566277d04af323d34e84 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Thu Mar 09 15:59:57 2023 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Thu Mar 09 15:59:57 2023 +0000 |
tree | d87bf2ff541af63d040c92f2c42b657067ffff2b | |
parent | d6c2265eec6cba2edb98b19e62225aaa30efd67d [diff] |
perfetto: add minimal implementation of Streams This CL adds a minimal implementation of streams in the Perfetto codebase. This is mainly intended to be used by cloud trace processor. This is largely analogous to aosp/2381492 which introduced futures. Change-Id: I9809dbf67320ae7103373470206e2829023ab159
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.