!778 Feature: delete is_load_profiling_ reset to false

From: @lixiwen1
Reviewed-by: @xchu42,@wqtshg,@ji_chen
Signed-off-by: @ji_chen
pull/778/MERGE
mindspore-ci-bot 5 years ago committed by Gitee
commit a54f52c521

@ -89,7 +89,6 @@ ge::Status ProfilingManager::InitFromOptions(const Options &options, MsprofGeOpt
#ifdef DAVINCI_SUPPORT_PROFILING
// enable profiling by env
char env_profiling_mode[MMPA_MAX_PATH] = { 0x00 };
is_load_profiling_ = false; // Change in ProfInit
is_execute_profiling_ = false;
if (options.profiling_mode == "1" && !options.profiling_options.empty()) {

Loading…
Cancel
Save