summaryrefslogtreecommitdiff
path: root/src/gpgpusim_entrypoint.cc
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-05-12 14:15:25 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:47:29 -0700
commit2d5e9b4bef8c6e181f5784ef4fe994e95662e20d (patch)
treed05707ab017df48e80dec39174554a415e02709d /src/gpgpusim_entrypoint.cc
parentb7869b2bedb058dd7d63a44b06fc4b78bdf15a66 (diff)
Fixing opencl stats
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12491]
Diffstat (limited to 'src/gpgpusim_entrypoint.cc')
-rw-r--r--src/gpgpusim_entrypoint.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpusim_entrypoint.cc b/src/gpgpusim_entrypoint.cc
index 5c20056..006cecd 100644
--- a/src/gpgpusim_entrypoint.cc
+++ b/src/gpgpusim_entrypoint.cc
@@ -73,6 +73,7 @@ void *gpgpu_sim_thread_sequential(void*)
g_the_gpu->deadlock_check();
}
g_the_gpu->print_stats();
+ g_the_gpu->update_stats();
print_simulation_time();
}
sem_post(&g_sim_signal_finish);