Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h705 static inline uint64_t GetCurrentUSec() { in GetCurrentUSec() function
714 #define PROF_START(stage) uint64_t start_usec_##stage = mindspore::GetCurrentUSec()
717 uint64_t end_usec_##stage = mindspore::GetCurrentUSec(); \
729 #define PROF_MULTI_START(stage) uint64_t start_usec_##stage = mindspore::GetCurrentUSec()
734 uint64_t end_usec_##stage = mindspore::GetCurrentUSec(); \