summaryrefslogtreecommitdiff
path: root/boottime_tools/bootanalyze/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'boottime_tools/bootanalyze/README.md')
-rw-r--r--boottime_tools/bootanalyze/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/boottime_tools/bootanalyze/README.md b/boottime_tools/bootanalyze/README.md
new file mode 100644
index 00000000..d6e0412f
--- /dev/null
+++ b/boottime_tools/bootanalyze/README.md
@@ -0,0 +1,15 @@
+# bootanalyze #
+
+The bootanalyze tool helps to profile boot timing.
+
+Per specific product modify config.yaml file to include
+events you are looking for. Config should look like:
+
+ stop_event: <logcat log message which will terminate log collection after reboot>
+ events:
+ event1_name: <pattern that matches log message>
+ event2_.....
+
+On some devise clock is showing incorrect time for first couple of seconds after boot.
+To ensure correct adjustment of time, one has to include event in config that will
+be present in dmesg log after clock correction.