diff mercurial/help/config.txt @ 18548:e71c2ff93167

profiling: introduce limit configuration option The number of output lines was hardcoded to 30. There was a 'nested' configuration options that controlled something else related to counting the number of output lines. This introduces the profiling.limit configuration option for controlling the number of profiling output to show.
author Mads Kiilerich <madski@unity3d.com>
date Mon, 04 Feb 2013 02:46:53 +0100
parents 68eecbaf1bd3
children 52305554fd6e dcb27c153a40
line wrap: on
line diff
--- a/mercurial/help/config.txt	Thu Jan 24 23:57:44 2013 +0100
+++ b/mercurial/help/config.txt	Mon Feb 04 02:46:53 2013 +0100
@@ -996,6 +996,10 @@
     ``inlinetime``.
     Default: inlinetime.
 
+``limit``
+    Number of lines to show. Specific to the ``ls`` instrumenting profiler.
+    Default: 30.
+
 ``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