Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/profiler/device/
Dprofiling.cc98 bool ProfilerManager::GetProfilingEnableFlag() const { in GetProfilingEnableFlag() function in mindspore::profiler::ProfilerManager
105 return ascend_instance->GetProfilingEnableFlag(); in GetProfilingEnableFlag()
Dprofiling.h62 bool GetProfilingEnableFlag() const;
/third_party/mindspore/mindspore/ccsrc/profiler/device/ascend/
Dascend_profiling.h37 bool GetProfilingEnableFlag() const { return enable_flag_; } in GetProfilingEnableFlag() function
Dmemory_profiling.cc34 if (!ascend_profiler->GetProfilingEnableFlag()) { in IsMemoryProfilingEnable()
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Drecorder_actor.cc53 if (profiler::ProfilerManager::GetInstance()->GetProfilingEnableFlag()) { in RecordOnStepEnd()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/
Dprofiling_manager.h64 return profiler_manager->GetProfilingEnableFlag(); in IsProfiling()
/third_party/mindspore/mindspore/ccsrc/utils/context/
Dcontext_extends.cc172 …(*ge_options)["ge.exec.profilingMode"] = std::to_string(profiler_manager->GetProfilingEnableFlag()… in GetGeOptions()
173 if (profiler_manager->GetProfilingEnableFlag()) { in GetGeOptions()
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_profiling.cc35 enable_profiler_flag_ = profiler_manager->GetProfilingEnableFlag(); in SetEnableProfilingFlag()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc330 auto profiling_flag = profiler_manager->GetProfilingEnableFlag(); in Init()
1153 if (!profiler_manager->GetProfilingEnableFlag()) { in KernelLaunchProfiling()