summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-sim.cc
diff options
context:
space:
mode:
authorWilson Fung <[email protected]>2013-07-25 14:06:34 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:50:58 -0700
commit84f63f6996db657fe1291b4cc6e08b66422918c4 (patch)
treea11db8fb7ca10363ef512496130fd5e95a7f32af /src/gpgpu-sim/gpu-sim.cc
parentb5e2e7003f5d628d1c9baef08e6f6ae8b43e2ee5 (diff)
Adding bandwidth modeling to the cache model.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16671]
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.cc')
-rw-r--r--src/gpgpu-sim/gpu-sim.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc
index 475833f..53d13fa 100644
--- a/src/gpgpu-sim/gpu-sim.cc
+++ b/src/gpgpu-sim/gpu-sim.cc
@@ -957,6 +957,7 @@ void gpgpu_sim::gpu_print_stat()
printf("L2_total_cache_reservation_fails = %u\n", total_l2_css.res_fails);
printf("L2_total_cache_breakdown:\n");
l2_stats.print_stats(stdout, "L2_cache_stats_breakdown");
+ total_l2_css.print_port_stats(stdout, "L2_cache");
}
}