summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gpuwattch/gpgpu_sim_wrapper.cc2
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;
}