Home
last modified time | relevance | path

Searched refs:NANOSECONDSINSECOND (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dcaller_stat.h92 return timeNow.tv_sec * NANOSECONDSINSECOND + timeNow.tv_nsec;
118 static constexpr uint64_t NANOSECONDSINSECOND = 1000000000; member in panda::ecmascript::PandaRuntimeCallerStat

Completed in 1 milliseconds