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/01.hello-2T-smt/ref | |
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/01.hello-2T-smt/ref')
-rw-r--r-- | tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing/stats.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing/stats.txt b/tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing/stats.txt index 412d761af..8a8cdff85 100644 --- a/tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing/stats.txt +++ b/tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing/stats.txt @@ -393,8 +393,6 @@ system.cpu.iew.wb_fanout::total 0.773172 # av system.cpu.iew.wb_penalized_rate::0 0 # fraction of instructions written-back that wrote to 'other' IQ system.cpu.iew.wb_penalized_rate::1 0 # fraction of instructions written-back that wrote to 'other' IQ system.cpu.iew.wb_penalized_rate::total 0 # fraction of instructions written-back that wrote to 'other' IQ -system.cpu.commit.commitCommittedInsts 12779 # The number of committed instructions -system.cpu.commit.commitCommittedOps 12779 # The number of committed instructions system.cpu.commit.commitSquashedInsts 12568 # The number of squashed insts skipped by commit system.cpu.commit.commitNonSpecStalls 34 # The number of times commit has been forced to stall to communicate backwards system.cpu.commit.branchMispredicts 1309 # The number of times a branch was mispredicted |