Searched refs:op_host_cost_time (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/profiler/device/ |
D | data_saver.cc | 37 op_avg_time_ = op_info->op_host_cost_time / op_info->op_count; in OpDetailInfo() 49 float proportion = item.second.op_host_cost_time / total_time_sum; in ParseOpInfo() 77 op_detail_info.op_info_->op_host_cost_time, in AddOpDetailInfoForType() 93 [](float i, auto iter) { return i + iter.second.op_host_cost_time; }); in GetTotalOpTime()
|
D | data_saver.h | 51 …<< op_info_->op_host_cost_time << ',' << op_avg_time_ << ',' << proportion_ << ",Default," << op_i… in OutputCpuOpDetailInfo() 57 << op_info_->op_host_cost_time << ',' << op_avg_time_ << ',' << proportion_ << ',' in OutputGpuOpDetailInfo()
|
D | profiling.h | 46 float op_host_cost_time = 0; member
|
D | profiling.cc | 57 iter->second.op_host_cost_time += time_elapsed; in SetRunTimeData()
|
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/ |
D | gpu_profiling.cc | 355 << iter->second.op_host_cost_time << "," in OpsParser() 358 << round(iter->second.op_host_cost_time / iter->second.op_count) << std::endl; in OpsParser()
|