Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsampling_processor.cpp29 const int NSEC_PER_USEC = 1000; member
118 return time.tv_sec * USEC_PER_SEC + time.tv_nsec / NSEC_PER_USEC; in GetMicrosecondsTimeStamp()
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H A Dtracing.cpp80 const int NSEC_PER_USEC = 1000; in GetTimeStamp() local
83 return time.tv_sec * USEC_PER_SEC + time.tv_nsec / NSEC_PER_USEC; in GetTimeStamp()
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h54 constexpr static const int NSEC_PER_USEC = 1000; member in panda::ecmascript::ohos::AotRuntimeInfo

Completed in 2 milliseconds