Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/profiler/device/
Dprofiling.cc49 constexpr uint64_t kNSecondInSecond = 1000000000; in GetHostMonoTimeStamp() local
50 uint64_t cur_time_stamp = ts.tv_sec * kNSecondInSecond + ts.tv_nsec; in GetHostMonoTimeStamp()