Home
last modified time | relevance | path

Searched refs:GetCurTime (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dclock_scope.h44 double GetCurTime() const in GetCurTime() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp95 startTime_ = ClockScope().GetCurTime(); in TimeScope()
106 startTime_ = ClockScope().GetCurTime(); in TimeScope()
113 timeUsed_ = ClockScope().GetCurTime() - startTime_; in ~TimeScope()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp315 return JSTaggedValue(scope.GetCurTime()); in TimeInUs()