From ae1652b813e461d5e8840be876d038956b64a8cc Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Thu, 13 Sep 2012 08:02:55 -0400 Subject: 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. --- tests/long/se/10.mcf/ref/arm/linux/o3-timing/stats.txt | 2 -- tests/long/se/10.mcf/ref/x86/linux/o3-timing/stats.txt | 2 -- 2 files changed, 4 deletions(-) (limited to 'tests/long/se/10.mcf') diff --git a/tests/long/se/10.mcf/ref/arm/linux/o3-timing/stats.txt b/tests/long/se/10.mcf/ref/arm/linux/o3-timing/stats.txt index 8d85ceff7..757fbcd2c 100644 --- a/tests/long/se/10.mcf/ref/arm/linux/o3-timing/stats.txt +++ b/tests/long/se/10.mcf/ref/arm/linux/o3-timing/stats.txt @@ -290,8 +290,6 @@ system.cpu.iew.wb_penalized 0 # nu system.cpu.iew.wb_rate 1.802842 # insts written-back per cycle system.cpu.iew.wb_fanout 0.602043 # 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 90611977 # The number of committed instructions -system.cpu.commit.commitCommittedOps 91262530 # The number of committed instructions system.cpu.commit.commitSquashedInsts 27941572 # The number of squashed insts skipped by commit system.cpu.commit.commitNonSpecStalls 10132 # The number of times commit has been forced to stall to communicate backwards system.cpu.commit.branchMispredicts 892650 # The number of times a branch was mispredicted diff --git a/tests/long/se/10.mcf/ref/x86/linux/o3-timing/stats.txt b/tests/long/se/10.mcf/ref/x86/linux/o3-timing/stats.txt index 927f8d15a..64232919f 100644 --- a/tests/long/se/10.mcf/ref/x86/linux/o3-timing/stats.txt +++ b/tests/long/se/10.mcf/ref/x86/linux/o3-timing/stats.txt @@ -252,8 +252,6 @@ system.cpu.iew.wb_penalized 0 # nu system.cpu.iew.wb_rate 2.366791 # insts written-back per cycle system.cpu.iew.wb_fanout 0.725724 # 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 157988547 # The number of committed instructions -system.cpu.commit.commitCommittedOps 278192462 # The number of committed instructions system.cpu.commit.commitSquashedInsts 45269554 # The number of squashed insts skipped by commit system.cpu.commit.commitNonSpecStalls 446 # The number of times commit has been forced to stall to communicate backwards system.cpu.commit.branchMispredicts 1085338 # The number of times a branch was mispredicted -- cgit v1.2.3