diff options
| author | Mahmoud <[email protected]> | 2017-10-27 22:35:52 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2017-10-27 22:35:52 -0400 |
| commit | f23021ad8663636e1103bd75a742480cb6238435 (patch) | |
| tree | 1310fb91f6c2d75f0123281d4357f0f9ffc23ff8 /src/gpgpu-sim/mem_latency_stat.h | |
| parent | c1bb3638d2c3a8f1b86e0e952e12bb2ed7f1c0dc (diff) | |
add more statistics and chaging Pascal config
Diffstat (limited to 'src/gpgpu-sim/mem_latency_stat.h')
| -rw-r--r-- | src/gpgpu-sim/mem_latency_stat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gpgpu-sim/mem_latency_stat.h b/src/gpgpu-sim/mem_latency_stat.h index 4968a3b..5b89202 100644 --- a/src/gpgpu-sim/mem_latency_stat.h +++ b/src/gpgpu-sim/mem_latency_stat.h @@ -56,6 +56,10 @@ public: unsigned max_dq_latency; unsigned max_mf_latency; unsigned max_icnt2mem_latency; + unsigned long long int tot_icnt2mem_latency; + unsigned long long int tot_icnt2sh_latency; + unsigned long long int tot_mrq_latency; + unsigned long long int tot_mrq_num; unsigned max_icnt2sh_latency; unsigned mrq_lat_table[32]; unsigned dq_lat_table[32]; |
