projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e1dc25
)
m5: Moved profile option since Simulation depends on it.
author
Brad Beckmann
<Brad.Beckmann@amd.com>
Wed, 18 Nov 2009 21:55:58 +0000
(13:55 -0800)
committer
Brad Beckmann
<Brad.Beckmann@amd.com>
Wed, 18 Nov 2009 21:55:58 +0000
(13:55 -0800)
configs/common/Options.py
patch
|
blob
|
history
diff --git
a/configs/common/Options.py
b/configs/common/Options.py
index 1da831e1f77c3d702f45fe8fd54b79825f055ca0..2d4aedcae350e4f883d536c949a5d391ec1f2849 100644
(file)
--- a/
configs/common/Options.py
+++ b/
configs/common/Options.py
@@
-62,6
+62,7
@@
parser.add_option("-s", "--standard-switch", action="store_true",
parser.add_option("-w", "--warmup", action="store", type="int",
help="if -s, then this is the warmup period. else, this is ignored",
default=5000000000)
+parser.add_option("--profile", help="CPU profile interval")
# Fastforwarding and simpoint related materials
parser.add_option("-W", "--warmup-insts", action="store", type="int",