Change the set of statistics that are generated when specifying "all"

--HG--
extra : convert_revision : 8b803b1b3bbec0b35b6805593b0dd598e5b519cf
This commit is contained in:
Nathan Binkert 2005-11-22 21:20:36 -05:00
parent 634a0d8469
commit 7819ca6b97

View file

@ -250,11 +250,7 @@ def commands(options, command, args):
if len(args):
raise CommandException
all = [ 'bps', 'rxbps', 'txbps', 'bpt',
'misses', 'mpkb',
'ipkb',
'pps', 'bpp', 'txbpp', 'rxbpp',
'rtp', 'rtb' ]
all = [ 'bps', 'misses', 'mpkb', 'ipkb', 'pps', 'bpt' ]
for command in all:
commands(options, command, args)