commit | f547a7f6080669a95054892e45c6f2f84d892b52 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@google.com> | Mon Sep 11 23:57:41 2023 +0000 |
committer | Mark Fasheh <mfasheh@google.com> | Wed Sep 27 20:53:24 2023 +0000 |
tree | 3d4ae78140001b8a0c21b94fa2c541dd9ce8947c | |
parent | cc9a5292930efc94029b314e5337b4162c04adec [diff] |
Add tracepoint to track Launcher cold startup latency We want this for the post-boot performance analysis as an rough but easy to understand metric for time spent in post-boot. Bug: 299342732 Test: Reboot phone, before lock screen start a trace Test: Run the following SQL against the trace: select * from slice where name="LauncherColdStartup" Change-Id: I8956368338b13cb059ba7086e74b4c7f25849be2