diff options
| author | tgrogers <[email protected]> | 2018-03-13 10:58:38 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-03-13 10:58:38 -0400 |
| commit | 7545c4e2c5a41cecc57e9a4bf443995700260a32 (patch) | |
| tree | 1b6ea2b29dd27843dfe352ad55d3a3797d8c55e7 /src/gpgpu-sim/mem_latency_stat.h | |
| parent | d4db0d28cca5fb9ce6496aa7a18859a97e1bd56d (diff) | |
| parent | cada77625208167216a874b0dcec2b2828bbf788 (diff) | |
Merging in latest - Merged in the Jenkinsfile to run all Mahmoud's new configs
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]; |
