Searched refs:NANOSECONDSINSECOND (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ | ||
H A D | caller_stat.h | 92 return timeNow.tv_sec * NANOSECONDSINSECOND + timeNow.tv_nsec; 118 static constexpr uint64_t NANOSECONDSINSECOND = 1000000000; member in panda::ecmascript::PandaRuntimeCallerStat |
Completed in 1 milliseconds