mercurial/configitems.py
changeset 40400 db0dba2d157d
parent 40338 af62936c2508
child 40412 ab09e797fbed
child 40418 89703e6151e7
--- a/mercurial/configitems.py	Fri Oct 05 23:40:12 2018 +0800
+++ b/mercurial/configitems.py	Sat Aug 18 01:44:38 2018 +0200
@@ -923,7 +923,7 @@
     default='hotpath',
 )
 coreconfigitem('profiling', 'time-track',
-    default='cpu',
+    default='real',
 )
 coreconfigitem('profiling', 'type',
     default='stat',