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/00.gzip/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/long/se/00.gzip/ref')
4 files changed, 0 insertions, 8 deletions
diff --git a/tests/long/se/00.gzip/ref/alpha/tru64/o3-timing/stats.txt b/tests/long/se/00.gzip/ref/alpha/tru64/o3-timing/stats.txt index 9f9fc3c8f..5f66a5052 100644 --- a/tests/long/se/00.gzip/ref/alpha/tru64/o3-timing/stats.txt +++ b/tests/long/se/00.gzip/ref/alpha/tru64/o3-timing/stats.txt @@ -286,8 +286,6 @@ system.cpu.iew.wb_penalized 0 # nu system.cpu.iew.wb_rate 2.210136 # insts written-back per cycle system.cpu.iew.wb_fanout 0.783974 # 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 601856963 # The number of committed instructions -system.cpu.commit.commitCommittedOps 601856963 # The number of committed instructions system.cpu.commit.commitSquashedInsts 69254422 # The number of squashed insts skipped by commit system.cpu.commit.commitNonSpecStalls 17 # The number of times commit has been forced to stall to communicate backwards system.cpu.commit.branchMispredicts 3048560 # The number of times a branch was mispredicted diff --git a/tests/long/se/00.gzip/ref/arm/linux/o3-timing/stats.txt b/tests/long/se/00.gzip/ref/arm/linux/o3-timing/stats.txt index ad067cb13..373e7efc5 100644 --- a/tests/long/se/00.gzip/ref/arm/linux/o3-timing/stats.txt +++ b/tests/long/se/00.gzip/ref/arm/linux/o3-timing/stats.txt @@ -297,8 +297,6 @@ system.cpu.iew.wb_penalized 0 # nu system.cpu.iew.wb_rate 1.937324 # insts written-back per cycle system.cpu.iew.wb_fanout 0.644082 # 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 570052771 # The number of committed instructions -system.cpu.commit.commitCommittedOps 602360977 # The number of committed instructions system.cpu.commit.commitSquashedInsts 79830456 # The number of squashed insts skipped by commit system.cpu.commit.commitNonSpecStalls 2931 # The number of times commit has been forced to stall to communicate backwards system.cpu.commit.branchMispredicts 2422889 # The number of times a branch was mispredicted diff --git a/tests/long/se/00.gzip/ref/sparc/linux/o3-timing/stats.txt b/tests/long/se/00.gzip/ref/sparc/linux/o3-timing/stats.txt index 1f6271301..009981c70 100644 --- a/tests/long/se/00.gzip/ref/sparc/linux/o3-timing/stats.txt +++ b/tests/long/se/00.gzip/ref/sparc/linux/o3-timing/stats.txt @@ -251,8 +251,6 @@ system.cpu.iew.wb_penalized 0 # nu system.cpu.iew.wb_rate 1.866654 # insts written-back per cycle system.cpu.iew.wb_fanout 0.957807 # 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 1485108088 # The number of committed instructions -system.cpu.commit.commitCommittedOps 1489523282 # The number of committed instructions system.cpu.commit.commitSquashedInsts 124161815 # The number of squashed insts skipped by commit system.cpu.commit.commitNonSpecStalls 2243671 # The number of times commit has been forced to stall to communicate backwards system.cpu.commit.branchMispredicts 3785239 # The number of times a branch was mispredicted diff --git a/tests/long/se/00.gzip/ref/x86/linux/o3-timing/stats.txt b/tests/long/se/00.gzip/ref/x86/linux/o3-timing/stats.txt index 747c74984..7a2ddd771 100644 --- a/tests/long/se/00.gzip/ref/x86/linux/o3-timing/stats.txt +++ b/tests/long/se/00.gzip/ref/x86/linux/o3-timing/stats.txt @@ -252,8 +252,6 @@ system.cpu.iew.wb_penalized 0 # nu system.cpu.iew.wb_rate 1.414980 # insts written-back per cycle system.cpu.iew.wb_fanout 0.693153 # 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 880025277 # The number of committed instructions -system.cpu.commit.commitCommittedOps 1621493925 # The number of committed instructions system.cpu.commit.commitSquashedInsts 389506426 # The number of squashed insts skipped by commit system.cpu.commit.commitNonSpecStalls 50 # The number of times commit has been forced to stall to communicate backwards system.cpu.commit.branchMispredicts 26678961 # The number of times a branch was mispredicted |