From 792c18a1fc6b1d9f2900c99628167fec91ce497b Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Sat, 26 Jun 2010 09:41:39 -0400 Subject: inorder: remove debugging stat m5 doesnt do stats specific to binary and this resource request stat is probably only useful for people who really know the ins/outs of the model anyway --- src/cpu/inorder/resource.hh | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/cpu/inorder/resource.hh') diff --git a/src/cpu/inorder/resource.hh b/src/cpu/inorder/resource.hh index 3e42593c2..f0c3354b2 100644 --- a/src/cpu/inorder/resource.hh +++ b/src/cpu/inorder/resource.hh @@ -83,7 +83,7 @@ class Resource { virtual void initSlots(); /** Register Stats for this resource */ - virtual void regStats(); + virtual void regStats() { } /** Resources that care about thread activation override this. */ virtual void activateThread(ThreadID tid) { } @@ -246,17 +246,6 @@ class Resource { /** Default denied resource request pointer*/ ResReqPtr deniedReq; - - public: - ///////////////////////////////////////////////////////////////// - // - // DEFAULT RESOURCE STATISTICS - // - ///////////////////////////////////////////////////////////////// -#ifdef DEBUG - /** Number of Instruction Requests the Resource Processes */ - Stats::Scalar instReqsProcessed; -#endif }; class ResourceEvent : public Event -- cgit v1.2.3