From c3be30b9ce1b422a6b536d8790fc689ed8aaebb2 Mon Sep 17 00:00:00 2001 From: taoxiangdong Date: Fri, 11 Dec 2020 10:58:17 +0800 Subject: [PATCH] Profiling AR VERSION11 remove task_id --- ge/common/profiling/profiling_manager.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/ge/common/profiling/profiling_manager.cc b/ge/common/profiling/profiling_manager.cc index 5cb08dd0..df36d5f1 100644 --- a/ge/common/profiling/profiling_manager.cc +++ b/ge/common/profiling/profiling_manager.cc @@ -133,9 +133,6 @@ ge::Status ProfilingManager::InitFromOptions(const Options &options, MsprofGeOpt GELOGE(INTERNAL_ERROR, "copy job_id failed."); return INTERNAL_ERROR; } - - // get traceId from options - prof_conf.traceId = GetContext().TraceId(); #endif return ge::SUCCESS; }