commit | ed7d5af00311e117003c534dbb48a2caa41f5fa4 | [log] [tgz] |
---|---|---|
author | Ryan Savitski <rsavitski@google.com> | Sun Mar 03 13:55:02 2024 +0000 |
committer | Ryan Savitski <rsavitski@google.com> | Sun Mar 03 13:55:02 2024 +0000 |
tree | af518e717de76a7094ec3e448b6ba861ae04d6e3 | |
parent | 27eb69fc6f16db39c517de181bf385548a29946a [diff] |
tools/open_trace_in_ui: make filename a positional argument Instead of the current mandatory flag: tools/open_trace_in_ui -i /tmp/trace It's more intuitive to write: tools/open_trace_in_ui /tmp/trace I've kept '-i' to maintain backwards compat with current invocations. Change-Id: I547573646ffc3104aff029b864e7ebe67c12560c
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.