summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAhmed El-Shafiey <[email protected]>2013-03-29 13:14:18 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:50:06 -0700
commit16205e31bbf0b99f3f311cd8c074dd9cd5d3b035 (patch)
treef1f07875c4452bfa5051520953b20182ff5e0c03 /src
parent3de046e8df71ebd1e624cd533c24d183d01fa39a (diff)
fix from Jigwen
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15629]
Diffstat (limited to 'src')
-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;
}