commit | 85a1a12e813346f51b3e89344209e8f196e8424c | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Fri Nov 13 16:13:34 2020 +0100 |
committer | Primiano Tucci <primiano@google.com> | Fri Nov 13 16:13:34 2020 +0100 |
tree | f974190ca035ba417e2ba6b2b104b8e363fcd5cd | |
parent | 26ab0cdc6cc78cd37a7375f77109e34ab5672437 [diff] |
Add version consistently in all build configs and UI Previously we used to get a version code only in unbundled builds but not in android or bazel builds nor in the UI. This makes auditing / bug tracking hard. This CL improves the header generator and applies it everywhere, including the UI. The version script reports: 1. The latest release (e.g. v9.0) parsing the CHANGELOG 2. The number of commits from that release to HEAD 3. The git SHA1 of HEAD. Change-Id: I21e63b28712255caa5945cb99c4b9a3f9a983723
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.