summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgpu-sim/shader.h')
-rw-r--r--src/gpgpu-sim/shader.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h
index 86a1a86..078633d 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -1109,6 +1109,9 @@ struct shader_core_stats_pod {
int gpgpu_n_mem_write_global;
int gpgpu_n_mem_read_inst;
+ int gpgpu_n_mem_l2_writeback;
+ int gpgpu_n_mem_l2_write_allocate;
+
unsigned made_write_mfs;
unsigned made_read_mfs;
};