summaryrefslogtreecommitdiff
path: root/boottime_tools
diff options
context:
space:
mode:
authorWei Wang <wvw@google.com>2018-09-07 14:46:10 -0700
committerWei Wang <wvw@google.com>2018-09-07 14:51:30 -0700
commitf25614ce0ed4d520d8af06d019706ca51c59d3d0 (patch)
tree343f4fbfed0f399d0e6acbd4dbd9326adf8882f7 /boottime_tools
parent87c39032ab701d40befe8e36cdb5e7db22ff88e5 (diff)
downloadextras-f25614ce0ed4d520d8af06d019706ca51c59d3d0.tar.gz
bootanalyze: Add SysUI timing
Bug: 112049386 Test: bootanalyze.py -r -c system/extras/boottime_tools/bootanalyze/config.yaml -n 10 -g Change-Id: I0a2fcbaaebc3ebbfec399fd3c8a1d977b95f96bb
Diffstat (limited to 'boottime_tools')
-rw-r--r--boottime_tools/bootanalyze/config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/boottime_tools/bootanalyze/config.yaml b/boottime_tools/bootanalyze/config.yaml
index 37f2891b..17730dc9 100644
--- a/boottime_tools/bootanalyze/config.yaml
+++ b/boottime_tools/bootanalyze/config.yaml
@@ -2,6 +2,7 @@
time_correction_key: correction
timings:
system_server: SystemServerTiming(Async)?\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms
+ system_ui: SystemUIBootTiming?\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms
fs_shutdown: (?P<name>boot_fs_shutdown),(?P<time>[0-9]+),([0-9]+)
ueventd_secs: ueventd:\s(?P<name>\S.+)\stook\s(?P<time>[.0-9]+)\sseconds
init_command_ms: init:\sCommand\s(?P<name>\S.+)\sreturned.*took\s(?P<time>[.0-9]+)ms