Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/profiler/device/ascend/
Dmemory_profiling.cc38 const std::string prof_options_str = ascend_profiler->GetProfilingOptions(); in IsMemoryProfilingEnable() local
41 options = nlohmann::json::parse(prof_options_str); in IsMemoryProfilingEnable()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/
Dprofiling_manager.cc93 const string prof_options_str = profiler_manager->GetProfilingOptions(); in GetProfConf() local
95 const nlohmann::json options_all = nlohmann::json::parse(prof_options_str); in GetProfConf()
Dprofiling_utils.cc45 const string prof_options_str = profiler_manager->GetProfilingOptions(); in GetContextProfilingOption() local
48 j = nlohmann::json::parse(prof_options_str); in GetContextProfilingOption()