Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/
Dprofiling_manager.cc119 auto is_profiling = IsProfiling(); in StartupProfiling()
201 if (!IsProfiling()) { in StopProfiling()
Dprofiling_manager.h61 inline bool IsProfiling() const { in IsProfiling() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/tasksink/
Dtask_generator.cc278 if (ProfilingManager::GetInstance().IsProfiling()) { in LaunchAllKernel()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc245 if (ProfilingManager::GetInstance().IsProfiling() && in ReportProfilingData()
551 if (ProfilingManager::GetInstance().IsProfiling()) { in LoadTask()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc1316 if (!ProfilingManager::GetInstance().IsProfiling()) { in InitHccl()
1384 if (!ProfilingManager::GetInstance().IsProfiling()) { in StartUpProfiling()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_adjust.cc852 if (!ascend::ProfilingManager::GetInstance().IsProfiling()) { in Profiling()