Searched refs:prof_options_str (Results 1 – 3 of 3) sorted by relevance
38 const std::string prof_options_str = ascend_profiler->GetProfilingOptions(); in IsMemoryProfilingEnable() local41 options = nlohmann::json::parse(prof_options_str); in IsMemoryProfilingEnable()
93 const string prof_options_str = profiler_manager->GetProfilingOptions(); in GetProfConf() local95 const nlohmann::json options_all = nlohmann::json::parse(prof_options_str); in GetProfConf()
45 const string prof_options_str = profiler_manager->GetProfilingOptions(); in GetContextProfilingOption() local48 j = nlohmann::json::parse(prof_options_str); in GetContextProfilingOption()