comparison mercurial/help/config.txt @ 18642:a40d608e2a7b

profiling: replace '+' markup of nested lines with indentation The display of nested lines for hg --profile was very non-obvious and made it look like sort didn't work. The '+' immediately before CallCount was not related to the CallCount and did not mean plus in any integer sense. The '+' before module looked like a part of the module name and not like ascii art. Instead we now indent the subordinate module names to clearly show the structure.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 08 Feb 2013 22:54:48 +0100
parents dcb27c153a40
children a5e94bee77ed
comparison
equal deleted inserted replaced
18641:6204e4d4dd6d 18642:a40d608e2a7b
999 ``limit`` 999 ``limit``
1000 Number of lines to show. Specific to the ``ls`` instrumenting profiler. 1000 Number of lines to show. Specific to the ``ls`` instrumenting profiler.
1001 Default: 30. 1001 Default: 30.
1002 1002
1003 ``nested`` 1003 ``nested``
1004 Show at most this number of lines of drill-down info in a tree structure 1004 Show at most this number of lines of drill-down info after each main entry.
1005 after each main entry. This can help explain the difference between Total 1005 This can help explain the difference between Total and Inline.
1006 and Inline.
1007 Specific to the ``ls`` instrumenting profiler. 1006 Specific to the ``ls`` instrumenting profiler.
1008 Default: 5. 1007 Default: 5.
1009 1008
1010 ``revsetalias`` 1009 ``revsetalias``
1011 --------------- 1010 ---------------