From 1d268a1f2d871526a4ebd6536b672db4138b96ef Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Mon, 16 Nov 2015 04:57:52 -0600 Subject: o3: drop unused statistic wbPenalized and wbPenalizedRate --- src/cpu/o3/iew_impl.hh | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/cpu/o3/iew_impl.hh') diff --git a/src/cpu/o3/iew_impl.hh b/src/cpu/o3/iew_impl.hh index 29596db09..ae76aa9e1 100644 --- a/src/cpu/o3/iew_impl.hh +++ b/src/cpu/o3/iew_impl.hh @@ -273,19 +273,6 @@ DefaultIEW::regStats() .desc("num instructions consuming a value") .flags(total); - wbPenalized - .init(cpu->numThreads) - .name(name() + ".wb_penalized") - .desc("number of instrctions required to write to 'other' IQ") - .flags(total); - - wbPenalizedRate - .name(name() + ".wb_penalized_rate") - .desc ("fraction of instructions written-back that wrote to 'other' IQ") - .flags(total); - - wbPenalizedRate = wbPenalized / writebackCount; - wbFanout .name(name() + ".wb_fanout") .desc("average fanout of values written-back") -- cgit v1.2.3