diff doc/hgrc.5.txt @ 8022:4f3fdfaa3874

profiling: Adding profiling.output config variable If specified, outputs profiling data to the said file. Prints to stderr by default
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Wed, 08 Apr 2009 14:19:41 +0200
parents f779e1996e23
children fd9debb3ea1b
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Wed Apr 08 14:18:20 2009 +0200
+++ b/doc/hgrc.5.txt	Wed Apr 08 14:19:41 2009 +0200
@@ -538,6 +538,18 @@
     Optional. Directory or URL to use when pushing if no destination
     is specified.
 
+[[profiling]]
+profiling::
+  Specifies profiling format and file output.
+  In this section description, 'profiling data' stands for the raw data
+  collected during profiling, while 'profiling report' stands for a
+  statistical text report generated from the profiling data.
+  The profiling is done using lsprof.
+  output;;
+    File path where profiling data or report should be saved.
+    If the file exists, it is replaced.
+    Default: None, data is printed on stderr
+
 [[server]]
 server::
   Controls generic server settings.