Home
last modified time | relevance | path

Searched refs:launch_end_time (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.cc455 auto launch_end_time = GetTime(); in SingleOpLaunchTimeProcess() local
456 double launch_start_time = launch_end_time - op_time_elapsed / kTimeUnit / kTimeUnit; in SingleOpLaunchTimeProcess()
457 SetSingleOpLaunchTime(std::make_pair(launch_start_time, launch_end_time)); in SingleOpLaunchTimeProcess()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.cc1264 auto launch_end_time = GetTime(); in LaunchKernelWithPynativeProfiling() local
1265 double launch_start_time = launch_end_time - cost_time / kBasicTimeTransferUnit; in LaunchKernelWithPynativeProfiling()
1266 auto op_launch_start_time_end_time = std::make_pair(launch_start_time, launch_end_time); in LaunchKernelWithPynativeProfiling()