summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgpu-sim/stats.h')
-rw-r--r--src/gpgpu-sim/stats.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gpgpu-sim/stats.h b/src/gpgpu-sim/stats.h
index 76e6699..2c494eb 100644
--- a/src/gpgpu-sim/stats.h
+++ b/src/gpgpu-sim/stats.h
@@ -133,6 +133,9 @@ struct shader_core_stats
int n_pdom_sc_orig_stat;
int n_pdom_sc_single_stat;
+
+ unsigned made_write_mfs;
+ unsigned made_read_mfs;
};
#endif