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/quick/se/00.hello/ref/arm/linux/o3-timing-checker/stats.txt | 2 -- tests/quick/se/00.hello/ref/arm/linux/o3-timing/stats.txt | 2 -- 2 files changed, 4 deletions(-) (limited to 'tests/quick/se/00.hello/ref/arm') diff --git a/tests/quick/se/00.hello/ref/arm/linux/o3-timing-checker/stats.txt b/tests/quick/se/00.hello/ref/arm/linux/o3-timing-checker/stats.txt index e9752a794..ca9aa91ca 100644 --- a/tests/quick/se/00.hello/ref/arm/linux/o3-timing-checker/stats.txt +++ b/tests/quick/se/00.hello/ref/arm/linux/o3-timing-checker/stats.txt @@ -332,8 +332,6 @@ system.cpu.iew.wb_penalized 0 # nu system.cpu.iew.wb_rate 0.377646 # insts written-back per cycle system.cpu.iew.wb_fanout 0.494235 # 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 4591 # The number of committed instructions -system.cpu.commit.commitCommittedOps 5729 # The number of committed instructions system.cpu.commit.commitSquashedInsts 6051 # The number of squashed insts skipped by commit system.cpu.commit.commitNonSpecStalls 37 # The number of times commit has been forced to stall to communicate backwards system.cpu.commit.branchMispredicts 369 # The number of times a branch was mispredicted diff --git a/tests/quick/se/00.hello/ref/arm/linux/o3-timing/stats.txt b/tests/quick/se/00.hello/ref/arm/linux/o3-timing/stats.txt index 260f325f8..ab4ace327 100644 --- a/tests/quick/se/00.hello/ref/arm/linux/o3-timing/stats.txt +++ b/tests/quick/se/00.hello/ref/arm/linux/o3-timing/stats.txt @@ -287,8 +287,6 @@ system.cpu.iew.wb_penalized 0 # nu system.cpu.iew.wb_rate 0.377646 # insts written-back per cycle system.cpu.iew.wb_fanout 0.494235 # 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 4591 # The number of committed instructions -system.cpu.commit.commitCommittedOps 5729 # The number of committed instructions system.cpu.commit.commitSquashedInsts 6051 # The number of squashed insts skipped by commit system.cpu.commit.commitNonSpecStalls 37 # The number of times commit has been forced to stall to communicate backwards system.cpu.commit.branchMispredicts 369 # The number of times a branch was mispredicted -- cgit v1.2.3