configs: add command-line option to stop debug output
Review Request #3293 - Created Jan. 19, 2016 and submitted
| Information | |
|---|---|
| Michael LeBeane | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11310:bc7702daf93e
---------------------------
configs: add command-line option to stop debug outputThis patch adds a --debug-end flag to main.py so that debug output can be
stopped at a specified tick, while allowing the simulation to continue.
It is useful in situations where you would like to produce a trace for a
region of interest while still collecting stats for the entire run. This is
in contrast to the currently existing --debug-break flag, which terminates the
simulation at the tick.
Summary: |
|
|||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description: |
|
I support this feature being added -
a question --
-
src/python/m5/main.py (Diff revision 1) -
everything in this area of the code is metavar TICK, "at TICK", any reason to go with "TIME" here instead?
Diff: |
Revision 2 (+7) |
|---|
Ship It!
