Fix broken test The test has been broken in two ways, that, surprisingly, cancelled each other out: 1. Wrong field name in UI config has been used. 2. 10 seconds is a default value when the config is created, therefore, the result *did* end up as expected, but for the wrong reason. This CL fixes both issues and tests that the correct value is propagated through UI config => proto config conversion. Change-Id: I91e84e896aa1da53ea1102a5b3c1a1c362c1a795
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.