Home
last modified time | relevance | path

Searched defs:USEC_PER_SEC (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp28 const int USEC_PER_SEC = 1000 * 1000; variable
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp79 const int USEC_PER_SEC = 1000 * 1000; in GetTimeStamp() local