summaryrefslogtreecommitdiff
path: root/HACKING
diff options
authorGord Allott <gord.allott@canonical.com>2010-01-15 12:28:51 +0000
committerGord Allott <gord.allott@canonical.com>2010-01-15 12:28:51 +0000
commit78329d9941c50e7fa2b93d5d2f0b3573f4dc650a (patch)
treeb2ff0d716133bed38596e90b1dfe2b54c1afd698 /HACKING
parent6297ea9ef7bf96d30bdf6822fed6a5028c2d7138 (diff)
updated unity bootlogging to support the mutter-plugin, added new logs for missing areas, updated bootchart script to print time for each process and updated HACKING file
(bzr r57.1.1)
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING10
1 files changed, 10 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 076777d5a..ac09e1863 100644
--- a/HACKING
+++ b/HACKING
@@ -26,3 +26,13 @@ Exec=foobar --thingthree
Name and Exec follow standard Desktop file specifications and can be
translated in the same mannar as standard desktop files.
+
+Bootperformance Logging:
+ To enable boot performance logging, set the environment variable
+ UNITY_BOOTLOG_FILENAME to a path to the log file and make sure unity is built
+ with --enable-testing. eg:
+ UNITY_BOOTLOG_FILENAME=/tmp/unity.log unity -p
+
+ you can then produce a bootchart with this by running the tools/makebootchart.py
+ script:
+ ./tools/makebootchart.py --input=/tmp/unity.log --output=/tmp/unity.svg