commit | efb3bf619759161a0d72a0cbc07331f8b07e9bbd | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue Jul 02 17:00:27 2024 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Tue Jul 02 17:00:27 2024 +0100 |
tree | 1d682b992b4e31493e95c93a38395ace1cc8aaf3 | |
parent | 9284620ab843f0027f27136159be3ca749a129ab [diff] |
tp: rework version detection logic in startup metric By using the Android SDK version to act as a first decision maker for which table we should select from, this eliminates false positives. Also while I'm here remove some unnecessary startup id row creating by relying on the _auto_id column which trace processor adds. Fixes: 341703657 Change-Id: Ib89cc2a80250ba6b30aa9c3ab24de53419faacb7
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.