diff options
| author | Akshay Jain <[email protected]> | 2018-04-01 09:50:34 -0700 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2018-04-01 09:50:34 -0700 |
| commit | f373275550b689efaf9c60017ff11d4450d71091 (patch) | |
| tree | 1d19b18543604f5eda844edfca4e766db45bb8f3 /src/gpgpusim_entrypoint.cc | |
| parent | 2a8c790daf2109cd86bdc16f23a3c768df6d02a1 (diff) | |
| parent | d31e1340d3ee761d379c4a517e37c3ac7e8b3c0b (diff) | |
Merge branch 'dev-purdue-integration' into dev-purdue-integration
Diffstat (limited to 'src/gpgpusim_entrypoint.cc')
| -rw-r--r-- | src/gpgpusim_entrypoint.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpgpusim_entrypoint.cc b/src/gpgpusim_entrypoint.cc index fe9e419..d94fd8a 100644 --- a/src/gpgpusim_entrypoint.cc +++ b/src/gpgpusim_entrypoint.cc @@ -157,7 +157,9 @@ void *gpgpu_sim_thread_concurrent(void*) fflush(stdout); } //g_the_gpu->print_stats(); + if(sim_cycles) { + g_the_gpu->print_stats(); g_the_gpu->update_stats(); print_simulation_time(); } |
