commit | f69cb9ae19b158e512a12e8fe9c945b5eb3c12d6 | [log] [tgz] |
---|---|---|
author | Lydia Tse <lydiatse@google.com> | Tue Nov 12 21:01:52 2024 +0000 |
committer | Lydia Tse <lydiatse@google.com> | Tue Nov 12 21:01:52 2024 +0000 |
tree | bc7509fa06badeff146560354736274b279f54ae | |
parent | 1497b70e105c03e3a92f52f763a42a9ee6017e82 [diff] |
ui: Created "Add chart" menu. "Add Histogram" in the table viewer column header is now replaced with "Add chart". This CL: 1. Adds an "Add chart" menu class component to display a list of charts options. Click handlers are passed down by the parent class. 2. Changes the "addHistogramTab" to be "addChartTab" so that any chart can be added to a tab. 3. Provides an enum for chart types and a function to convert between the enum and class component. Change-Id: I0d8c6c9782c7a4b94ef97df045239b1728ed6317
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.