##// END OF EJS Templates
configitems: register the 'profiling.showmin' config
Boris Feld -
r34412:f5c16e65 default
parent child Browse files
Show More
@@ -341,6 +341,9 b" coreconfigitem('profiling', 'output',"
341 coreconfigitem('profiling', 'showmax',
341 coreconfigitem('profiling', 'showmax',
342 default=0.999,
342 default=0.999,
343 )
343 )
344 coreconfigitem('profiling', 'showmin',
345 default=dynamicdefault,
346 )
344 coreconfigitem('profiling', 'sort',
347 coreconfigitem('profiling', 'sort',
345 default='inlinetime',
348 default='inlinetime',
346 )
349 )
General Comments 0
You need to be logged in to leave comments. Login now