Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.h173 uint64_t op_host_time_stop_; variable
Dgpu_profiling.cc472 op_host_time_stop_ = GetHostTimeStamp(); in OpDataProducerEnd()
475 op_host_time_stop_ = GetHostTimeStamp(); in OpDataProducerEnd()
476 op_time_elapsed = (op_host_time_stop_ - op_host_time_start_) / kTimeUnit; in OpDataProducerEnd()