diff options
| author | Mahmoud <[email protected]> | 2017-09-13 09:47:38 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2017-09-13 09:47:38 -0400 |
| commit | bd45b8f49f35827dfaa7b5273dda85f0c442fe13 (patch) | |
| tree | 3f55750bddc236eb23efa3db902d33e5578c5e77 /src/gpgpu-sim/dram.h | |
| parent | f678104dcc3e5c970b871244e18e38f97c0caaa5 (diff) | |
Fixing some typos
Diffstat (limited to 'src/gpgpu-sim/dram.h')
| -rw-r--r-- | src/gpgpu-sim/dram.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/dram.h b/src/gpgpu-sim/dram.h index 0ec5166..331b4f1 100644 --- a/src/gpgpu-sim/dram.h +++ b/src/gpgpu-sim/dram.h @@ -180,6 +180,7 @@ private: unsigned int n_req; unsigned int max_mrqs_temp; + //some statistics to collect to see where BW is wasted? unsigned wasted_bw_row; unsigned wasted_bw_col; unsigned util_bw; |
