summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-cache.h
diff options
context:
space:
mode:
authorWilson Fung <[email protected]>2012-02-27 05:05:06 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:19:04 -0700
commit4bbe95f0d5baea44b9496bc495002bb9b94e7838 (patch)
tree40ddfdf2b6f3208bb94822563dae1f742a54dc9e /src/gpgpu-sim/gpu-cache.h
parenta45df47fccde23b81599c524ef942e8a4f138337 (diff)
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]
Diffstat (limited to 'src/gpgpu-sim/gpu-cache.h')
-rw-r--r--src/gpgpu-sim/gpu-cache.h2
1 files changed, 1 insertions, 1 deletions
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: