From 4bbe95f0d5baea44b9496bc495002bb9b94e7838 Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Mon, 27 Feb 2012 05:05:06 -0800 Subject: Fixed the how the Pending Hits are displayed in simulation logs. See Bug 136 for details. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11530] --- src/gpgpu-sim/gpu-cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpgpu-sim/gpu-cache.h') diff --git a/src/gpgpu-sim/gpu-cache.h b/src/gpgpu-sim/gpu-cache.h index 67a1cba..ecb1059 100644 --- a/src/gpgpu-sim/gpu-cache.h +++ b/src/gpgpu-sim/gpu-cache.h @@ -250,7 +250,7 @@ public: void new_window(); void print( FILE *stream, unsigned &total_access, unsigned &total_misses ) const; - float windowed_miss_rate( bool minus_pending_hit ) const; + float windowed_miss_rate( ) const; protected: -- cgit v1.3