Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/profiler/device/
Dprofiling.cc34 std::shared_ptr<ProfilerManager> ProfilerManager::profiler_manager_inst_ = std::make_shared<Profile… member in mindspore::profiler::ProfilerManager
94 MS_EXCEPTION_IF_NULL(profiler_manager_inst_); in GetInstance()
95 return profiler_manager_inst_; in GetInstance()
Dprofiling.h67 static std::shared_ptr<ProfilerManager> profiler_manager_inst_;