diff --git a/mindspore/ccsrc/device/ascend/profiling/profiling_manager.cc b/mindspore/ccsrc/device/ascend/profiling/profiling_manager.cc index c3f622ffee2867ff6efb6eb2442e3d9e4e57a419..89225c91d98dc1c8b17c252fcf28cb1a6f082fa7 100644 --- a/mindspore/ccsrc/device/ascend/profiling/profiling_manager.cc +++ b/mindspore/ccsrc/device/ascend/profiling/profiling_manager.cc @@ -131,6 +131,10 @@ bool ProfilingManager::StartupProfiling(uint32_t device_id) { // current one docker only use one device` Json p_device; + // JOBID + auto job_id = GetJobId(); + p_device["jobID"] = std::to_string(job_id); + // device_id p_device["deviceID"] = std::to_string(device_id);