contrib/perf.py
changeset 25850 b130764e3eb5
parent 25494 e8eb3ecdaa0c
child 26748 5ba0a99ff27f
--- a/contrib/perf.py	Sat Jul 18 14:16:07 2015 -0500
+++ b/contrib/perf.py	Sat Jul 18 14:16:36 2015 -0500
@@ -18,6 +18,7 @@
     place instead of duplicating it in all performance command."""
 
     # enforce an idle period before execution to counteract power management
+    # experimental config: perf.presleep
     time.sleep(ui.configint("perf", "presleep", 1))
 
     if opts is None: