From 4955d4b0f265368d62bda62e603c5e3eeaf486ed Mon Sep 17 00:00:00 2001 From: Tayler Hetherington Date: Sun, 17 Mar 2013 18:58:56 -0800 Subject: Adding other power stats to reset function [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15522] --- src/gpgpu-sim/power_interface.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpgpu-sim') 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); } -- cgit v1.3