Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/reporter/
Ddesc_reporter.cc45 auto report_ret = ProfilingManager::GetInstance().CallMsprofReport(NOT_NULL(&report_data)); in ReportByLine()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/
Dprofiling_manager.h68 Status CallMsprofReport(NotNull<ReporterData *> reporter_data) const;
Dprofiling_manager.cc218 Status ProfilingManager::CallMsprofReport(const NotNull<ReporterData *> reporter_data) const { in CallMsprofReport() function in mindspore::device::ascend::ProfilingManager