summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-09-08 04:29:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-09-08 04:29:18 +0000
commitf575379ea286ba0b94d646b770b8d150a9599a25 (patch)
treee8aae7eb161b7cb413c4c0718a48e9ea57513808
parent73b425b84390c20247b552f901253aed9eae9736 (diff)
parentf25614ce0ed4d520d8af06d019706ca51c59d3d0 (diff)
downloadextras-f575379ea286ba0b94d646b770b8d150a9599a25.tar.gz
Merge "bootanalyze: Add SysUI timing"
-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