Home
last modified time | relevance | path

Searched refs:iter_start_op_name (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/
Dprofiling.cc71 step_start_end_info_.iter_start_op_name = ""; in RecordOneStepStartEndInfo()
77 if (step_start_end_info_.iter_start_op_name.empty()) { in RecordOneStepStartEndInfo()
78 step_start_end_info_.iter_start_op_name = op_name; in RecordOneStepStartEndInfo()
Dprofiling.h37 std::string iter_start_op_name; member
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_data_saver.cc213 auto iter_start_op_name = step_start_end.iter_start_op_name; in WriteStepTraceAsyncLaunchKernel() local
216 auto iter_start_op_timestamp = op_timestamps_map_.find(iter_start_op_name); in WriteStepTraceAsyncLaunchKernel()
223 iter_start_op_timestamp = cpu_op_timestamps_map.find(iter_start_op_name); in WriteStepTraceAsyncLaunchKernel()
254 …ofs << iter_start_op_name << "," << iter_start_op_timestamp->second[step].start_timestamp << " " <… in WriteStepTraceAsyncLaunchKernel()