Searched refs:CallMsprofReport (Results 1 – 3 of 3) sorted by relevance
45 auto report_ret = ProfilingManager::GetInstance().CallMsprofReport(NOT_NULL(&report_data)); in ReportByLine()
68 Status CallMsprofReport(NotNull<ReporterData *> reporter_data) const;
218 Status ProfilingManager::CallMsprofReport(const NotNull<ReporterData *> reporter_data) const { in CallMsprofReport() function in mindspore::device::ascend::ProfilingManager