mercurial/configitems.py
changeset 38260 15a1e37f80bd
parent 38239 ead71b15efd5
child 38416 35b50237908b
--- a/mercurial/configitems.py	Fri Jun 01 11:23:27 2018 +0200
+++ b/mercurial/configitems.py	Fri Jun 01 17:27:58 2018 +0200
@@ -867,6 +867,9 @@
 coreconfigitem('profiling', 'statformat',
     default='hotpath',
 )
+coreconfigitem('profiling', 'time-track',
+    default='cpu',
+)
 coreconfigitem('profiling', 'type',
     default='stat',
 )