ui: identify release builds via an explicit arg Also introduce a new .yaml script to pass that extra arg: infra/ui.perfetto.dev/cloudbuild_release.yaml The prior attempt (of using git describe to see if HEAD was a release branch) was foiled by cloud build doing a shallow checkout. Change-Id: I305f05755026d00a5c04ea00620c54730cb6f223
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.