changeset 25834:aca8ae2b0cb2

profiler: mark developer-only config option
author Matt Mackall <mpm@selenic.com>
date Thu, 25 Jun 2015 17:46:29 -0500
parents 8243e999f22b
children 34ffe4c29782
files mercurial/dispatch.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/dispatch.py	Thu Jun 25 17:45:49 2015 -0500
+++ b/mercurial/dispatch.py	Thu Jun 25 17:46:29 2015 -0500
@@ -938,6 +938,7 @@
         raise util.Abort(_(
             'flamegraph not available - install from '
             'https://github.com/evanhempel/python-flamegraph'))
+    # developer config: profiling.freq
     freq = ui.configint('profiling', 'freq', default=1000)
     filter_ = None
     collapse_recursion = True