Searched refs:start_time_stamp (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/data/ |
D | dataset_iterator_kernel.cc | 95 uint64_t start_time_stamp = 0; in ReadDevice() local 101 start_time_stamp = profiling_op_->GetTimeStamp(); in ReadDevice() 108 profiling_op_->RecordData(queue_size, start_time_stamp, end_time_stamp); in ReadDevice() 128 profiling_op_->RecordData(queue_size, start_time_stamp, end_time_stamp); in ReadDevice()
|
D | dataset_profiling.cc | 70 void GetNextProfiling::RecordData(uint32_t queue_size, uint64_t start_time_stamp, uint64_t end_time… in RecordData() argument 72 std::pair<uint64_t, uint64_t> time_stamp(start_time_stamp, end_time_stamp); in RecordData()
|
D | dataset_profiling.h | 36 void RecordData(uint32_t queue_size, uint64_t start_time_stamp, uint64_t end_time_stamp);
|
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/ |
D | gpu_profiling.cc | 276 … ",api_type:" << static_cast<int>(event.api_type) << ",start_time_stamp:" << event.start_time_stamp in EventLog() 278 … << (event.end_time_stamp - event.start_time_stamp) / kTimeUnit << ",op_name:" << event.op_name in EventLog() 302 … iter->second.cupti_api_call_time += (event.end_time_stamp - event.start_time_stamp) / kTimeUnit; in ProcessEvents() 308 … iter->second.cupti_activity_time += (event.end_time_stamp - event.start_time_stamp) / kTimeUnit; in ProcessEvents() 371 event.start_time_stamp = startTimestamp; in EventHandleProcess() 606 profilingData->start_time_stamp = memcpy->start; in HandleActivityMemcpyRecord() 623 profilingData->start_time_stamp = memcpyP2P->start; in HandleActivityMemcpy2Record() 639 profilingData->start_time_stamp = memset->start; in HandleActivityMemsetRecord() 655 profilingData->start_time_stamp = kernel->start; in HandleActivityKernelRecord()
|
D | gpu_data_saver.cc | 39 total_duration_ = (basic_info_->end_time_stamp - basic_info_->start_time_stamp) / kTimeUnit; in ActivityData() 43 start_duration.emplace_back(StartDuration({basic_info_->start_time_stamp, total_duration_})); in ActivityData() 112 …iter->second.start_duration.emplace_back(StartDuration({event.start_time_stamp, activity_data.tota… in AddKernelEventToDevice()
|
D | gpu_profiling.h | 75 uint64_t start_time_stamp; member
|