Home
last modified time | relevance | path

Searched refs:gpu_start_time (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_data_saver.cc124 … time_iter.start_timestamp - start_time.host_start_monotonic_raw_time + start_time.gpu_start_time; in CpuProfilingTimeSynchronizedToGpu()
352 ofs << "gpu_start_time(ns): " << start_time.gpu_start_time << std::endl; in WriteStartTime()
Dgpu_profiling.h94 uint64_t gpu_start_time = 0l; member
Dgpu_profiling.cc411 base_time_.gpu_start_time = GetCUPTITimeStamp(); in Init()
416 MS_LOG(INFO) << "GPU start time(ns):" << base_time_.gpu_start_time in Init()
/third_party/mindspore/mindspore/profiler/parser/
Dintegrator.py911 gpu_start_time = int(lines[1].strip().split(':')[-1])
916 time_diff = gpu_start_time - host_monotonic_start_time