Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/profiler/device/cpu/
Dcpu_profiling.cc31 std::shared_ptr<CPUProfiler> CPUProfiler::profiler_inst_ = std::make_shared<CPUProfiler>(); member in mindspore::profiler::cpu::CPUProfiler
33 std::shared_ptr<CPUProfiler> &CPUProfiler::GetInstance() { return profiler_inst_; } in GetInstance()
Dcpu_profiling.h55 static std::shared_ptr<CPUProfiler> profiler_inst_; variable
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.h147 static std::shared_ptr<GPUProfiler> profiler_inst_; variable
Dgpu_profiling.cc69 std::shared_ptr<GPUProfiler> GPUProfiler::profiler_inst_ = std::make_shared<GPUProfiler>(); member in mindspore::profiler::gpu::GPUProfiler
220 MS_EXCEPTION_IF_NULL(profiler_inst_); in GetInstance()
221 return profiler_inst_; in GetInstance()