Searched hist:11338 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/python/m5/
H A Dmain.pydiff 11338:5981f61b8936 Sat Feb 13 00:36:00 EST 2016 Michael LeBeane <Michael.Lebeane@amd.com> configs: add command-line option to stop debug output

This patch adds a --debug-end flag to main.py so that debug output can be
stoped 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.

Completed in 20 milliseconds