Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dtime.cpp21 static constexpr uint16_t THOUSAND = 1000; variable
29 timeMs /= THOUSAND; in GetLocalOffsetFromOS()
45 timeMs /= THOUSAND; in IsDst()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dtime.cpp23 static constexpr uint16_t THOUSAND = 1000; variable
37 timeMs /= THOUSAND; in IsDst()
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.h203 return (float)ms / THOUSAND; in PrintTimeMilliseconds()
234 static constexpr uint32_t THOUSAND = 1000; variable
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h245 const int THOUSAND = 1000; in Now() local
246 return tv.tv_usec + tv.tv_sec * THOUSAND * THOUSAND; in Now()
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp240 const int THOUSAND = 1000; in LastSeenObjectId() local
241 double timestampMS = static_cast<double>(timeStampUs) / THOUSAND; in LastSeenObjectId()
/arkcompiler/ets_runtime/ecmascript/
Djs_date.h154 static constexpr uint16_t THOUSAND = 1000; variable