From c628db174185eb1279d692d28b2d1dba42f90942 Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Tue, 25 Oct 2011 09:35:16 -0800 Subject: Integration change. - CL 9058 , adding the l1 cache stat print to the end of execution [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10727] --- src/gpgpu-sim/shader.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpgpu-sim/shader.cc') diff --git a/src/gpgpu-sim/shader.cc b/src/gpgpu-sim/shader.cc index 204fe83..30e26ad 100644 --- a/src/gpgpu-sim/shader.cc +++ b/src/gpgpu-sim/shader.cc @@ -1298,7 +1298,7 @@ void gpgpu_sim::shader_print_runtime_stat( FILE *fout ) } -void gpgpu_sim::shader_print_l1_miss_stat( FILE *fout ) +void gpgpu_sim::shader_print_l1_miss_stat( FILE *fout ) const { unsigned total_d1_misses = 0, total_d1_accesses = 0; for ( unsigned i = 0; i < m_shader_config->n_simt_clusters; ++i ) { -- cgit v1.3