projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
634a0d8
)
Change the set of statistics that are generated when specifying "all"
author
Nathan Binkert
<binkertn@umich.edu>
Wed, 23 Nov 2005 02:20:36 +0000
(21:20 -0500)
committer
Nathan Binkert
<binkertn@umich.edu>
Wed, 23 Nov 2005 02:20:36 +0000
(21:20 -0500)
--HG--
extra : convert_revision :
8b803b1b3bbec0b35b6805593b0dd598e5b519cf
util/stats/stats.py
patch
|
blob
|
history
diff --git
a/util/stats/stats.py
b/util/stats/stats.py
index 9b8e34bfff7c45ebcf068cc168e726546f04c43c..2a24bf3fd1438750d91444e7a7b2daebdd79eb21 100755
(executable)
--- 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)