diff options
| author | Ahmed El-Shafiey <[email protected]> | 2013-03-29 13:14:18 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:06 -0700 |
| commit | 16205e31bbf0b99f3f311cd8c074dd9cd5d3b035 (patch) | |
| tree | f1f07875c4452bfa5051520953b20182ff5e0c03 | |
| parent | 3de046e8df71ebd1e624cd533c24d183d01fa39a (diff) | |
fix from Jigwen
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15629]
| -rw-r--r-- | src/gpuwattch/gpgpu_sim_wrapper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpuwattch/gpgpu_sim_wrapper.cc b/src/gpuwattch/gpgpu_sim_wrapper.cc index 115c2b7..0f18439 100644 --- a/src/gpuwattch/gpgpu_sim_wrapper.cc +++ b/src/gpuwattch/gpgpu_sim_wrapper.cc @@ -254,7 +254,7 @@ void gpgpu_sim_wrapper::reset_counters(bool do_print){ for(unsigned i=0; i<num_per_counts; ++i){ perf_count_max[i]= 0; } - + count=0; return; } |
