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/long/se/20.parser | |
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/long/se/20.parser')
-rw-r--r-- | tests/long/se/20.parser/ref/arm/linux/o3-timing/stats.txt | 2 | ||||
-rw-r--r-- | tests/long/se/20.parser/ref/x86/linux/o3-timing/stats.txt | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/long/se/20.parser/ref/arm/linux/o3-timing/stats.txt b/tests/long/se/20.parser/ref/arm/linux/o3-timing/stats.txt index 65ecf33d6..fb71d744c 100644 --- a/tests/long/se/20.parser/ref/arm/linux/o3-timing/stats.txt +++ b/tests/long/se/20.parser/ref/arm/linux/o3-timing/stats.txt @@ -297,8 +297,6 @@ system.cpu.iew.wb_penalized 0 # nu system.cpu.iew.wb_rate 1.528776 # insts written-back per cycle system.cpu.iew.wb_fanout 0.582910 # average fanout of values written-back system.cpu.iew.wb_penalized_rate 0 # fraction of instructions written-back that wrote to 'other' IQ -system.cpu.commit.commitCommittedInsts 510299027 # The number of committed instructions -system.cpu.commit.commitCommittedOps 574685587 # The number of committed instructions system.cpu.commit.commitSquashedInsts 201955385 # The number of squashed insts skipped by commit system.cpu.commit.commitNonSpecStalls 3721116 # The number of times commit has been forced to stall to communicate backwards system.cpu.commit.branchMispredicts 9921280 # The number of times a branch was mispredicted diff --git a/tests/long/se/20.parser/ref/x86/linux/o3-timing/stats.txt b/tests/long/se/20.parser/ref/x86/linux/o3-timing/stats.txt index 875124d6c..c2c9b6670 100644 --- a/tests/long/se/20.parser/ref/x86/linux/o3-timing/stats.txt +++ b/tests/long/se/20.parser/ref/x86/linux/o3-timing/stats.txt @@ -252,8 +252,6 @@ system.cpu.iew.wb_penalized 0 # nu system.cpu.iew.wb_rate 2.067795 # insts written-back per cycle system.cpu.iew.wb_fanout 0.683379 # average fanout of values written-back system.cpu.iew.wb_penalized_rate 0 # fraction of instructions written-back that wrote to 'other' IQ -system.cpu.commit.commitCommittedInsts 826877109 # The number of committed instructions -system.cpu.commit.commitCommittedOps 1528988699 # The number of committed instructions system.cpu.commit.commitSquashedInsts 559448088 # The number of squashed insts skipped by commit system.cpu.commit.commitNonSpecStalls 553 # The number of times commit has been forced to stall to communicate backwards system.cpu.commit.branchMispredicts 14421135 # The number of times a branch was mispredicted |