##// END OF EJS Templates
configitems: register the 'profiling.output' config
Boris Feld -
r34410:7de14516 default
parent child Browse files
Show More
@@ -335,6 +335,9 b" coreconfigitem('profiling', 'limit',"
335 335 coreconfigitem('profiling', 'nested',
336 336 default=0,
337 337 )
338 coreconfigitem('profiling', 'output',
339 default=None,
340 )
338 341 coreconfigitem('profiling', 'sort',
339 342 default='inlinetime',
340 343 )
General Comments 0
You need to be logged in to leave comments. Login now