comparison mercurial/configitems.py @ 34410:fecea78ff2af

configitems: register the 'profiling.showmax' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:43:56 +0200
parents 7de145167ae7
children f5c16e6507e8
comparison
equal deleted inserted replaced
34409:7de145167ae7 34410:fecea78ff2af
336 default=0, 336 default=0,
337 ) 337 )
338 coreconfigitem('profiling', 'output', 338 coreconfigitem('profiling', 'output',
339 default=None, 339 default=None,
340 ) 340 )
341 coreconfigitem('profiling', 'showmax',
342 default=0.999,
343 )
341 coreconfigitem('profiling', 'sort', 344 coreconfigitem('profiling', 'sort',
342 default='inlinetime', 345 default='inlinetime',
343 ) 346 )
344 coreconfigitem('profiling', 'statformat', 347 coreconfigitem('profiling', 'statformat',
345 default='hotpath', 348 default='hotpath',