Home
last modified time | relevance | path

Searched refs:end_timestamp (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_data_saver.cc276 uint64_t end_timestamp = (duration + iter_op_timestamp->second[step].start_timestamp); in WriteStepTraceAsyncLaunchKernel() local
278 ofs << " " << op_name << "," << start_timestamp << "," << end_timestamp; in WriteStepTraceAsyncLaunchKernel()
322 uint64_t end_timestamp = (duration + start_end.start_timestamp) / factor; in WriteStepTrace() local
324 ofs << start_timestamp << "," << end_timestamp << " "; in WriteStepTrace()
Dgpu_profiling.cc153 uint64_t end_timestamp = GetCUPTITimeStamp(); in CUPTIApiExit() local
158 …rofiler_inst->EventHandleProcess(cb_id, cb_data, "cuLaunchKernel", start_timestamp, end_timestamp); in CUPTIApiExit()
162 …pu_profiler_inst->EventHandleProcess(cb_id, cb_data, "cuMemAlloc", start_timestamp, end_timestamp); in CUPTIApiExit()
174 …pu_profiler_inst->EventHandleProcess(cb_id, cb_data, "others_api", start_timestamp, end_timestamp); in CUPTIApiExit()
178 … gpu_profiler_inst->EventHandleProcess(cb_id, cb_data, "cuMemcpy", start_timestamp, end_timestamp); in CUPTIApiExit()
/third_party/mesa3d/src/intel/perf/
Dintel_perf_query.c1004 uint32_t end_timestamp) in read_oa_samples_until() argument
1039 (end_timestamp - start_timestamp)) in read_oa_samples_until()