Mercurial > hg-stable
changeset 18502:68eecbaf1bd3 stable
profiling: add documentation of lsprof 'sort' and 'nested'
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Tue, 29 Jan 2013 20:03:51 +0100 |
parents | a3b2dc1aa909 |
children | 7f769d3a8ad2 |
files | mercurial/help/config.txt |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/help/config.txt Tue Jan 29 17:01:41 2013 +0100 +++ b/mercurial/help/config.txt Tue Jan 29 20:03:51 2013 +0100 @@ -990,6 +990,19 @@ 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`` ---------------