Home
last modified time | relevance | path

Searched refs:RecordOneStepStartEndInfo (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/
Dprofiling.cc68 void Profiler::RecordOneStepStartEndInfo() { in RecordOneStepStartEndInfo() function in mindspore::profiler::Profiler
75 void Profiler::RecordOneStepStartEndInfo(const std::string op_name) { in RecordOneStepStartEndInfo() function in mindspore::profiler::Profiler
110 void ProfilerManager::RecordOneStepStartEndInfo() const { in RecordOneStepStartEndInfo() function in mindspore::profiler::ProfilerManager
114 gpu_profiler_inst->RecordOneStepStartEndInfo(); in RecordOneStepStartEndInfo()
Dprofiling.h63 void RecordOneStepStartEndInfo() const;
79 void RecordOneStepStartEndInfo();
82 void RecordOneStepStartEndInfo(std::string op_name);
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Drecorder_actor.cc54 profiler::ProfilerManager::GetInstance()->RecordOneStepStartEndInfo(); in RecordOnStepEnd()
/third_party/mindspore/mindspore/ccsrc/profiler/device/cpu/
Dcpu_profiling.cc73 gpu_profiler_inst->RecordOneStepStartEndInfo(op_name); in OpDataProducerBegin()
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.cc450 RecordOneStepStartEndInfo(op_name); in OpDataProducerBegin()