commit | a9d450bd366b2ee444669c571977b6d36b38ab62 | [log] [tgz] |
---|---|---|
author | Andrew Shulaev <ddrone@google.com> | Tue May 18 06:11:13 2021 +0100 |
committer | Andrew Shulaev <ddrone@google.com> | Tue May 18 06:11:13 2021 +0100 |
tree | 36d8d02e5f528b7e9321414cff1ff2143a139c6d | |
parent | b91884a97a74eee3d9dde816a107e934550ccf26 [diff] |
Fix table layout for structured args CSS selector for .details-panel table uses "table-layout: fixed" in order to line up more than one table in aggregation details. However, structured args need to use "table-layout: auto" in order to avoid using extra space for index columns. This CL adds additional class for that. Change-Id: I343974858849af029c024a10dffbba88631ec9c9
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.