summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/mem_latency_stat.h
diff options
context:
space:
mode:
authortgrogers <[email protected]>2018-02-21 22:46:20 -0500
committertgrogers <[email protected]>2018-02-21 22:46:20 -0500
commit71d9ada37b64360a216dbceef5b7a26a6cab8480 (patch)
treeac0180ec5fb467ea54cea51f9105c4c76e3ac26e /src/gpgpu-sim/mem_latency_stat.h
parent7796a731c2a7d14a58d1369af62c8ad589c63921 (diff)
parent4a94401a277342cfd0799863b1a07abc95f954c7 (diff)
merging in the mainline
Diffstat (limited to 'src/gpgpu-sim/mem_latency_stat.h')
-rw-r--r--src/gpgpu-sim/mem_latency_stat.h4
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];