equal
deleted
inserted
replaced
339 default=None, |
339 default=None, |
340 ) |
340 ) |
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 ) |
347 coreconfigitem('profiling', 'statformat', |
350 coreconfigitem('profiling', 'statformat', |
348 default='hotpath', |
351 default='hotpath', |