configitems: register the 'profiling.showmax' config

This commit is contained in:
Boris Feld 2017-06-30 03:43:56 +02:00
parent ebdb3dfa7a
commit c2d0e63222
2 changed files with 4 additions and 1 deletions

View File

@ -338,6 +338,9 @@ coreconfigitem('profiling', 'nested',
coreconfigitem('profiling', 'output',
default=None,
)
coreconfigitem('profiling', 'showmax',
default=0.999,
)
coreconfigitem('profiling', 'sort',
default='inlinetime',
)

View File

@ -138,7 +138,7 @@ def statprofile(ui, fp):
if profformat == 'chrome':
showmin = ui.configwith(fraction, 'profiling', 'showmin', 0.005)
showmax = ui.configwith(fraction, 'profiling', 'showmax', 0.999)
showmax = ui.configwith(fraction, 'profiling', 'showmax')
kwargs.update(minthreshold=showmin, maxthreshold=showmax)
elif profformat == 'hotpath':
# inconsistent config: profiling.showmin