Browse Source

Profiling AR VERSION11 remove task_id

tags/v1.2.0
taoxiangdong 4 years ago
parent
commit
c3be30b9ce
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      ge/common/profiling/profiling_manager.cc

+ 0
- 3
ge/common/profiling/profiling_manager.cc View File

@@ -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;
}


Loading…
Cancel
Save