profiling: add documentation of lsprof 'sort' and 'nested'

This commit is contained in:
Mads Kiilerich 2013-01-29 20:03:51 +01:00
parent bba6c5042a
commit aaa8484e61

View File

@ -990,6 +990,19 @@ profiling is done using lsprof.
file exists, it is replaced. Default: None, data is printed on
stderr
``sort``
Sort field. Specific to the ``ls`` instrumenting profiler.
One of ``callcount``, ``reccallcount``, ``totaltime`` and
``inlinetime``.
Default: inlinetime.
``nested``
Show at most this number of lines of drill-down info in a tree structure
after each main entry. This can help explain the difference between Total
and Inline.
Specific to the ``ls`` instrumenting profiler.
Default: 5.
``revsetalias``
---------------