commit | 50cc44db00bcfd7400c116eacc435ac7d1f2b23b | [log] [tgz] |
---|---|---|
author | Hector Dearman <hjd@google.com> | Mon Jan 25 18:14:00 2021 +0000 |
committer | Hector Dearman <hjd@google.com> | Mon Jan 25 18:14:00 2021 +0000 |
tree | a28f0a8126804555345a0f0bfb1914ac48053caa | |
parent | 122834484af3d2f68b0ee0320d0e9e08e4d59bad [diff] |
ui: Add 100ns margin to both sides of trace The first and last events in the trace are often hard to click on since scrolling is bound by these timestamps. This issue is especially bad when the trace contains a handful of events (as is often the case with heap profiles) since the user is more likely to want to click on an 'edge' event. This introduces a fixed time margin to both ends of the trace allowing the user to zoom in a select 'edge' events. Bug: 178383244 Change-Id: I7ef7aa9f77cd0d0c6c80117b8bdd69666277740e
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.