diff options
author | Brad Beckmann <Brad.Beckmann@amd.com> | 2009-11-18 13:55:58 -0800 |
---|---|---|
committer | Brad Beckmann <Brad.Beckmann@amd.com> | 2009-11-18 13:55:58 -0800 |
commit | b8c413e99325faf54182e34413ece8ed0e4e0592 (patch) | |
tree | 7f6e11195aea76f7b893f7d62a5922999cc41d29 | |
parent | 6e1dc2546cfe0c6da08b57cd8478c28820277890 (diff) | |
download | gem5-b8c413e99325faf54182e34413ece8ed0e4e0592.tar.xz |
m5: Moved profile option since Simulation depends on it.
-rw-r--r-- | configs/common/Options.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/common/Options.py b/configs/common/Options.py index 1da831e1f..2d4aedcae 100644 --- 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", |