Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.cpp93 double currentTimeInMs = GetSystemTimeInMs(); in StartCalculationBeforeGC() local
94 gcStartTime_ = currentTimeInMs; in StartCalculationBeforeGC()
99 double duration = currentTimeInMs - allocTimeMs_; in StartCalculationBeforeGC()
100 allocTimeMs_ = currentTimeInMs; in StartCalculationBeforeGC()