commit | 71c48509136135d2e1086ac1f63862ca84b9950a | [log] [tgz] |
---|---|---|
author | Mikhail Khokhlov <khokhlov@google.com> | Mon Nov 27 16:23:43 2023 +0000 |
committer | Mikhail Khokhlov <khokhlov@google.com> | Mon Nov 27 16:23:43 2023 +0000 |
tree | 47e6ed214a39d71b1517f66edb1dff9f77a009b1 | |
parent | fa9c2dfc7ca42ad166aee3e6d38e53ede243c75c [diff] |
Support delegating socket connection Adds a new argument to TracingInitArgs that tells the producer to delegate socket creation and connection to the embedder. This will be used to implement connection to the system tracing service from sandboxed processes (e.g. renderers in Chromium). Bug: b/245116106 Change-Id: Ia05d29edda4581d80703779fb196ad545c680d6d
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.