Change the set of statistics that are generated when specifying "all"
authorNathan Binkert <binkertn@umich.edu>
Wed, 23 Nov 2005 02:20:36 +0000 (21:20 -0500)
committerNathan Binkert <binkertn@umich.edu>
Wed, 23 Nov 2005 02:20:36 +0000 (21:20 -0500)
--HG--
extra : convert_revision : 8b803b1b3bbec0b35b6805593b0dd598e5b519cf

util/stats/stats.py

index 9b8e34bfff7c45ebcf068cc168e726546f04c43c..2a24bf3fd1438750d91444e7a7b2daebdd79eb21 100755 (executable)
@@ -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)