commit | dd1cfd744d96998fd09f58a49d80511dc9e2384e | [log] [tgz] |
---|---|---|
author | Sami Kyostila <skyostil@chromium.org> | Mon Dec 14 15:48:25 2020 +0000 |
committer | Sami Kyostila <skyostil@chromium.org> | Mon Dec 14 15:48:25 2020 +0000 |
tree | 56a02e7297abee5d91530eb2edc0000840d2d23c | |
parent | 778b2c2169248818ce66d7f79d2e17280988689b [diff] |
Add console interceptor The console interceptor prints track events to the console in real time. To use it, enable it in the trace config like this: data_sources: { config { name: "track_event" interceptor_config: { name: "console" enable_colors = true/false # Automatic if omitted. output: STDOUT/STDERR # STDOUT by default. } } } Screenshot: https://drive.google.com/file/d/1XGRAtOelOnvOTW2p-WPkWOYqy8QOGsof/view?usp=sharing Bug: 170628040 Change-Id: I303cd391883b26b4938180deb061ab0b1f285a70
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.