Home
last modified time | relevance | path

Searched defs:GetClockTime (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/profiler/
Dprofiling.cc265 uint64_t GetClockTime() { in GetClockTime() function
/third_party/ncurses/test/
Dtest.priv.h1115 # define GetClockTime(t) clock_gettime(CLOCK_REALTIME, t) macro
1122 # define GetClockTime(t) gettimeofday(t, 0) macro
1130 # define GetClockTime(t) time((time_t*)0) macro
/third_party/ncurses/ncurses/
Dcurses.priv.h741 # define GetClockTime(t) clock_gettime(CLOCK_REALTIME, t) macro
747 # define GetClockTime(t) gettimeofday(t, 0) macro