diff mercurial/help/config.txt @ 38260:15a1e37f80bd

profiling: introduce a "profiling.time-track" option This option allows to switch the time used by the statistical profiler from cpu to real time. Our goal is to profile IO intensive operations using the mercurial profiler.
author Boris Feld <boris.feld@octobus.net>
date Fri, 01 Jun 2018 17:27:58 +0200
parents f715faeaceee
children e9e61fbac787
line wrap: on
line diff
--- a/mercurial/help/config.txt	Fri Jun 01 11:23:27 2018 +0200
+++ b/mercurial/help/config.txt	Fri Jun 01 17:27:58 2018 +0200
@@ -1652,6 +1652,10 @@
     ``inlinetime``.
     (default: inlinetime)
 
+``time-track``
+    Control if the stat profiler track ``cpu`` or ``real`` time.
+    (default: ``cpu``)
+
 ``limit``
     Number of lines to show. Specific to the ``ls`` instrumenting profiler.
     (default: 30)