From 9f0d8f252c2de0b9ac5654b2c35e913831eba756 Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Wed, 23 Jun 2010 18:18:20 -0400 Subject: inorder-stats: add instruction type stats also, remove inst-req stats as default.good for debugging but in terms of pure processor stats they aren't useful --- src/cpu/inorder/resources/execution_unit.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/cpu/inorder/resources/execution_unit.hh') diff --git a/src/cpu/inorder/resources/execution_unit.hh b/src/cpu/inorder/resources/execution_unit.hh index b9cf1d428..0a15afdab 100644 --- a/src/cpu/inorder/resources/execution_unit.hh +++ b/src/cpu/inorder/resources/execution_unit.hh @@ -71,10 +71,8 @@ class ExecutionUnit : public Resource { Stats::Scalar predictedTakenIncorrect; Stats::Scalar predictedNotTakenIncorrect; - Stats::Scalar cyclesExecuted; + Stats::Scalar executions; Tick lastExecuteCycle; - - Stats::Formula utilization; }; -- cgit v1.2.3