Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/profiler/device/ascend/
Dmemory_profiling.cc32 auto ascend_profiler = AscendProfiler::GetInstance(); in IsMemoryProfilingEnable() local
33 MS_EXCEPTION_IF_NULL(ascend_profiler); in IsMemoryProfilingEnable()
34 if (!ascend_profiler->GetProfilingEnableFlag()) { in IsMemoryProfilingEnable()
38 const std::string prof_options_str = ascend_profiler->GetProfilingOptions(); in IsMemoryProfilingEnable()
121 auto ascend_profiler = AscendProfiler::GetInstance(); in GetOutputPath() local
122 MS_EXCEPTION_IF_NULL(ascend_profiler); in GetOutputPath()
123 const std::string options_str = ascend_profiler->GetProfilingOptions(); in GetOutputPath()