# HG changeset patch # User Matt Mackall # Date 2015-06-25 22:46:29 # Node ID aca8ae2b0cb212cbdf1eed5bb0c423b4eb1b802b # Parent 8243e999f22b432adf30ed9ed1cc65b96a814d48 profiler: mark developer-only config option diff --git a/mercurial/dispatch.py b/mercurial/dispatch.py --- a/mercurial/dispatch.py +++ b/mercurial/dispatch.py @@ -938,6 +938,7 @@ def flameprofile(ui, func, fp): 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