Searched refs:end_timestamp (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/ |
D | gpu_data_saver.cc | 276 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()
|
D | gpu_profiling.cc | 153 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/ |
D | intel_perf_query.c | 1004 uint32_t end_timestamp) in read_oa_samples_until() argument 1039 (end_timestamp - start_timestamp)) in read_oa_samples_until()
|