commit | ff77947e7ecc9ee98750280747e89ac2481d4dba | [log] [tgz] |
---|---|---|
author | Anindita Ghosh <aninditaghosh@google.com> | Tue Aug 25 15:28:25 2020 +0000 |
committer | Anindita Ghosh <aninditaghosh@google.com> | Tue Aug 25 15:40:02 2020 +0000 |
tree | 73802e4ea4b5394af2e62389e1a982416e7686bd | |
parent | 41db2fb64914bb8c4cd2261f8ecedf1ef3b28942 [diff] |
tp: Bind httpd to IPv6 address. The Trace Processor HTTP API was set to '127.0.0.1:9001'; this patchset binds the HTTP RPC server to both 127.0.0.1 and ::1 and listen on both. This patchset also allows a port number to be specified for the RPC server to run on, which is used by the TP Python API to connect to any free ports on the IPv4 loopback address. Bug: 164038530 Bug: 163312727 Bug: 163312367 Change-Id: I3249090e49d7fd16759758bed021a1821285924d
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.