diff options
| author | tgrogers <[email protected]> | 2018-10-07 21:41:35 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-10-07 21:41:35 -0400 |
| commit | afb28556c4f08e4daca17525e7e377d9aaec0ee5 (patch) | |
| tree | ab1d03b510b4fabe8138c0fdf2ed9bf8cb473582 /src/stream_manager.cc | |
| parent | 2ca656ae40436929f3d1261acabbd1c13db8470a (diff) | |
Unrolling Aksahy's stats - as they seem to be really screwing things up.
Diffstat (limited to 'src/stream_manager.cc')
| -rw-r--r-- | src/stream_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream_manager.cc b/src/stream_manager.cc index 21115c6..3b6cbd5 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 { |
