From 8d8fa45b0fa6bc3afcb65463890c38d1c9255ec0 Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Sat, 26 Jan 2013 13:50:40 -0800 Subject: Now even the power model log will have kernel names printed out. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15110] --- src/gpuwattch/gpgpu_sim_wrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpuwattch/gpgpu_sim_wrapper.h') diff --git a/src/gpuwattch/gpgpu_sim_wrapper.h b/src/gpuwattch/gpgpu_sim_wrapper.h index 97cffd3..0d9d546 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 print_power_kernel_stats(double gpu_sim_cycle, double gpu_tot_sim_cycle, double init_value); + 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); void set_regfile_power(double reads, double writes, double ops); -- cgit v1.3