summaryrefslogtreecommitdiff
path: root/src/gpgpusim_entrypoint.cc
diff options
context:
space:
mode:
authortgrogers <[email protected]>2018-10-07 21:41:35 -0400
committertgrogers <[email protected]>2018-10-07 21:41:35 -0400
commitafb28556c4f08e4daca17525e7e377d9aaec0ee5 (patch)
treeab1d03b510b4fabe8138c0fdf2ed9bf8cb473582 /src/gpgpusim_entrypoint.cc
parent2ca656ae40436929f3d1261acabbd1c13db8470a (diff)
Unrolling Aksahy's stats - as they seem to be really screwing things up.
Diffstat (limited to 'src/gpgpusim_entrypoint.cc')
-rw-r--r--src/gpgpusim_entrypoint.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpgpusim_entrypoint.cc b/src/gpgpusim_entrypoint.cc
index a18e956..52e2f5e 100644
--- a/src/gpgpusim_entrypoint.cc
+++ b/src/gpgpusim_entrypoint.cc
@@ -163,8 +163,6 @@ void *gpgpu_sim_thread_concurrent(void*)
printf("GPGPU-Sim: ** STOP simulation thread (no work) **\n");
fflush(stdout);
}
- //g_the_gpu->print_stats();
-
if(sim_cycles) {
g_the_gpu->print_stats();
g_the_gpu->update_stats();
@@ -272,7 +270,6 @@ void print_simulation_time()
s = difference - 60*(m + 60*(h + 24*d));
fflush(stderr);
- printf("gpgpu_data_footprint = %u requests at L2\n", g_the_gpu->data_footprint_stats.size());
printf("\n\ngpgpu_simulation_time = %u days, %u hrs, %u min, %u sec (%u sec)\n",
(unsigned)d, (unsigned)h, (unsigned)m, (unsigned)s, (unsigned)difference );
printf("gpgpu_simulation_rate = %u (inst/sec)\n", (unsigned)(g_the_gpu->gpu_tot_sim_insn / difference) );