devtools/devctl.py
branchstable
changeset 8866 64f24ecad177
parent 8696 0bb18407c053
parent 8857 5d08086c3e6d
child 8930 6a02be304486
child 9154 e713c47a993d
--- a/devtools/devctl.py	Wed Apr 03 10:55:56 2013 +0200
+++ b/devtools/devctl.py	Mon Apr 08 14:18:32 2013 +0200
@@ -675,13 +675,13 @@
 class ExamineLogCommand(Command):
     """Examine a rql log file.
 
-    will print out the following table
+    Will print out the following table
 
-      total execution time || number of occurences || rql query
+      Percentage; Cumulative Time (clock); Cumulative Time (CPU); Occurences; Query
 
-    sorted by descending total execution time
+    sorted by descending cumulative time (clock). Time are expressed in seconds.
 
-    chances are the lines at the top are the ones that will bring the higher
+    Chances are the lines at the top are the ones that will bring the higher
     benefit after optimisation. Start there.
     """
     arguments = 'rql.log'