Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dcaller_stat.h90 struct timespec timeNow = {0, 0}; in Now() local
91 clock_gettime(CLOCK_REALTIME, &timeNow); in Now()
92 return timeNow.tv_sec * NANOSECONDSINSECOND + timeNow.tv_nsec; in Now()