--- 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'