##// END OF EJS Templates
profiling: add documentation of lsprof 'sort' and 'nested'
Mads Kiilerich -
r18502:68eecbaf stable
parent child Browse files
Show More
@@ -990,6 +990,19 b' profiling is done using lsprof.'
990 file exists, it is replaced. Default: None, data is printed on
990 file exists, it is replaced. Default: None, data is printed on
991 stderr
991 stderr
992
992
993 ``sort``
994 Sort field. Specific to the ``ls`` instrumenting profiler.
995 One of ``callcount``, ``reccallcount``, ``totaltime`` and
996 ``inlinetime``.
997 Default: inlinetime.
998
999 ``nested``
1000 Show at most this number of lines of drill-down info in a tree structure
1001 after each main entry. This can help explain the difference between Total
1002 and Inline.
1003 Specific to the ``ls`` instrumenting profiler.
1004 Default: 5.
1005
993 ``revsetalias``
1006 ``revsetalias``
994 ---------------
1007 ---------------
995
1008
General Comments 0
You need to be logged in to leave comments. Login now