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/gpu-sim.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gpgpu-sim/gpu-sim.cc') diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc index 10fadb7..98c3984 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -599,6 +599,8 @@ void gpgpu_sim::gpu_print_stat() const printf("gpu_stall_dramfull = %d\n", gpu_stall_dramfull); printf("gpu_stall_icnt2sh = %d\n", gpu_stall_icnt2sh ); + shader_print_l1_miss_stat( stdout ); + m_shader_stats->print(stdout); // performance counter that are not local to one shader -- cgit v1.3