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/gpuwattch/gpgpu_sim_wrapper.h | |
| 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/gpuwattch/gpgpu_sim_wrapper.h')
| -rw-r--r-- | src/gpuwattch/gpgpu_sim_wrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpuwattch/gpgpu_sim_wrapper.h b/src/gpuwattch/gpgpu_sim_wrapper.h index 115db43..f37d4f8 100644 --- a/src/gpuwattch/gpgpu_sim_wrapper.h +++ b/src/gpuwattch/gpgpu_sim_wrapper.h @@ -61,7 +61,7 @@ public: void print_trace_files(); void update_components_power(); void update_coefficients(); - void reset_perf_counters(bool do_print); + void reset_counters(bool do_print); void print_power_kernel_stats(double gpu_sim_cycle, double gpu_tot_sim_cycle, double init_value, const std::string & kernel_info_string); void power_metrics_calculations(); void set_inst_power(bool clk_gated_lanes, double tot_cycles, double busy_cycles, double tot_inst, double int_inst, double fp_inst, double load_inst, double store_inst, double committed_inst); |
