summaryrefslogtreecommitdiff
path: root/util/stats
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2005-11-22 21:20:36 -0500
committerNathan Binkert <binkertn@umich.edu>2005-11-22 21:20:36 -0500
commit7819ca6b97f96f1f5e5aeb66b33aa9a764e649ae (patch)
treea7baf989b117002a79618323ea582bf44c2ade42 /util/stats
parent634a0d8469846b97533aa706ccac5969748cd111 (diff)
downloadgem5-7819ca6b97f96f1f5e5aeb66b33aa9a764e649ae.tar.xz
Change the set of statistics that are generated when specifying "all"
--HG-- extra : convert_revision : 8b803b1b3bbec0b35b6805593b0dd598e5b519cf
Diffstat (limited to 'util/stats')
-rwxr-xr-xutil/stats/stats.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/util/stats/stats.py b/util/stats/stats.py
index 9b8e34bff..2a24bf3fd 100755
--- a/util/stats/stats.py
+++ b/util/stats/stats.py
@@ -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)