diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2012-09-13 08:02:55 -0400 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2012-09-13 08:02:55 -0400 |
commit | ae1652b813e461d5e8840be876d038956b64a8cc (patch) | |
tree | 12e6c94a5b5bfc6be4cec9bc32bdbcc9a2565ac5 /tests/quick/se/20.eio-short | |
parent | 90dd745ff61df35b5144ae40be7e6f16dfce463c (diff) | |
download | gem5-ae1652b813e461d5e8840be876d038956b64a8cc.tar.xz |
Stats: Remove the reference stats that are no longer present
This patch simply removes the commitCommittedInsts and
commitCommittedOps from the reference statistics, following their
removal from the CPU.
Diffstat (limited to 'tests/quick/se/20.eio-short')
-rw-r--r-- | tests/quick/se/20.eio-short/ref/alpha/eio/detailed/stats.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/quick/se/20.eio-short/ref/alpha/eio/detailed/stats.txt b/tests/quick/se/20.eio-short/ref/alpha/eio/detailed/stats.txt index 119cc8e9d..b0b72b954 100644 --- a/tests/quick/se/20.eio-short/ref/alpha/eio/detailed/stats.txt +++ b/tests/quick/se/20.eio-short/ref/alpha/eio/detailed/stats.txt @@ -44,7 +44,6 @@ system.cpu.commit.COM:membars 0 # Nu system.cpu.commit.COM:refs 189772 # Number of memory references committed system.cpu.commit.COM:swp_count 0 # Number of s/w prefetches committed system.cpu.commit.branchMispredicts 2863 # The number of times a branch was mispredicted -system.cpu.commit.commitCommittedInsts 518948 # The number of committed instructions system.cpu.commit.commitNonSpecStalls 18 # The number of times commit has been forced to stall to communicate backwards system.cpu.commit.commitSquashedInsts 59006 # The number of squashed insts skipped by commit system.cpu.committedInsts 500002 # Number of Instructions Simulated |