diff options
| author | Wilson Fung <[email protected]> | 2012-02-27 05:05:06 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:04 -0700 |
| commit | 4bbe95f0d5baea44b9496bc495002bb9b94e7838 (patch) | |
| tree | 40ddfdf2b6f3208bb94822563dae1f742a54dc9e /src/gpgpu-sim/gpu-cache.h | |
| parent | a45df47fccde23b81599c524ef942e8a4f138337 (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.h | 2 |
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: |
