Reset/dump ruby stats when m5 stats are reset/dumped.
Review Request #1427 - Created Sept. 20, 2012 and submitted
| Information | |
|---|---|
| Lluc Alvarez | |
| gem5 | |
| Reviewers | |
| Default | |
This patch resets/dumps ruby stats when m5 stats are reset/dumped. This patch is basically an update of review request #1202, that for some reason couldn't be applied. This one should work.
Review request changed
Updated (Sept. 20, 2012, 5:14 a.m.)
Summary: |
|
|---|
Posted (Sept. 20, 2012, 5:42 a.m.)
-
src/base/output.cc (Diff revision 1) -
we probably should do this, but do you know where we're trying to open the same file twice? In that case it probably should happen outside of the if block because a .gz file could have the same issue
-
src/base/stats/text.cc (Diff revision 1) -
is this going to happen twice now? once here and one by the python that got us here?
