diff options
| author | Tayler Hetherington <[email protected]> | 2013-03-17 18:58:56 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:05 -0700 |
| commit | 4955d4b0f265368d62bda62e603c5e3eeaf486ed (patch) | |
| tree | 0d046518492181ce6c5540b431fff2510e02e876 /src/gpgpu-sim/power_interface.cc | |
| parent | 4af310ff21d1b0cbd884343aaf8b48519fdd02b8 (diff) | |
Adding other power stats to reset function
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15522]
Diffstat (limited to 'src/gpgpu-sim/power_interface.cc')
| -rw-r--r-- | src/gpgpu-sim/power_interface.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/power_interface.cc b/src/gpgpu-sim/power_interface.cc index 4ff6cf2..0c67039 100644 --- a/src/gpgpu-sim/power_interface.cc +++ b/src/gpgpu-sim/power_interface.cc @@ -124,5 +124,5 @@ void mcpat_cycle(const gpgpu_sim_config &config, const struct shader_core_config } void mcpat_reset_perf_count(class gpgpu_sim_wrapper *wrapper, bool do_print){ - wrapper->reset_perf_counters(do_print); + wrapper->reset_counters(do_print); } |
