summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAkshay Jain <[email protected]>2018-04-01 12:48:14 -0400
committerAkshay Jain <[email protected]>2018-04-01 12:48:14 -0400
commit0c6928caf8814bf9bd37602bffe6b7b0021f2585 (patch)
tree331e16018bcee45dd4d95dfcf933df4e649050d5 /src
parent89c198ba1f271bfc12a6c7d9c471e62a8daa5634 (diff)
Stats are now printing properly. Checked in bfs
Diffstat (limited to 'src')
-rw-r--r--src/stream_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream_manager.cc b/src/stream_manager.cc
index 3b6cbd5..21115c6 100644
--- a/src/stream_manager.cc
+++ b/src/stream_manager.cc
@@ -230,7 +230,7 @@ bool stream_manager::operation( bool * sim)
{
bool check=check_finished_kernel();
pthread_mutex_lock(&m_lock);
-// if(check)m_gpu->print_stats();
+ if(check)m_gpu->print_stats();
stream_operation op =front();
if(!op.do_operation( m_gpu )) //not ready to execute
{