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.