projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
0f0c80a
21c6dd8
)
automerged had issues with the options.XXXXX in stats.py
author
Ali Saidi
<saidi@eecs.umich.edu>
Fri, 14 Jan 2005 05:05:49 +0000
(
00:05
-0500)
committer
Ali Saidi
<saidi@eecs.umich.edu>
Fri, 14 Jan 2005 05:05:49 +0000
(
00:05
-0500)
--HG--
extra : convert_revision :
44db6642c1fb46eb515acd5a6d8465859a40891a
1
2
util/stats/stats.py
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
util/stats/stats.py
index 05ee1b4d3edf7aebf9274c26d9f37708fea4a13b,7c16338886457d97c136cfd55263a2a587ea4e94..b2b0ff8adbee787e5396d3dbf67ea49662185ad3
---
1
/
util/stats/stats.py
---
2
/
util/stats/stats.py
+++ b/
util/stats/stats.py
@@@
-644,12
-582,10
+648,13
@@@
if __name__ == '__main__'
options.get = None
options.binned = False
options.graph = False
+ options.graph68 = False
+ options.ticks = False
- opts, args = getopts(sys.argv[1:], '-6BEFGd:g:h:pr:s:u:')
- opts, args = getopts(sys.argv[1:], '-BEFGd:g:h:pr:s:u:T:')
++ opts, args = getopts(sys.argv[1:], '-6BEFGd:g:h:pr:s:u:T:')
for o,a in opts:
+ if o == '-6':
+ options.graph68 = True
if o == '-B':
options.binned = True
if o == '-E':