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.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gpuwattch/gpgpu_sim_wrapper.cc') diff --git a/src/gpuwattch/gpgpu_sim_wrapper.cc b/src/gpuwattch/gpgpu_sim_wrapper.cc index 22d0659..3bee7b0 100644 --- a/src/gpuwattch/gpgpu_sim_wrapper.cc +++ b/src/gpuwattch/gpgpu_sim_wrapper.cc @@ -586,10 +586,11 @@ void gpgpu_sim_wrapper::compute() { proc->compute(); } -void gpgpu_sim_wrapper::print_power_kernel_stats(double gpu_sim_cycle, double gpu_tot_sim_cycle, double init_value) +void gpgpu_sim_wrapper::print_power_kernel_stats(double gpu_sim_cycle, double gpu_tot_sim_cycle, double init_value, const std::string & kernel_info_string) { detect_print_steady_state(1,init_value); if(g_power_simulation_enabled){ + powerfile<