Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dshared_mem_controller.cpp22 double currentTimeInMs = MemControllerUtils::GetSystemTimeInMs(); in RecordAllocationForIdle() local
26 allocTimeMsSharedIdle_ = currentTimeInMs; in RecordAllocationForIdle()
30 currentTimeInMs - allocTimeMsSharedIdle_)); in RecordAllocationForIdle()
32 allocTimeMsSharedIdle_ = currentTimeInMs; in RecordAllocationForIdle()
H A Dmem_controller.cpp94 double currentTimeInMs = GetSystemTimeInMs(); in StartCalculationBeforeGC() local
95 gcStartTime_ = currentTimeInMs; in StartCalculationBeforeGC()
100 double duration = currentTimeInMs - allocTimeMs_; in StartCalculationBeforeGC()
101 allocTimeMs_ = currentTimeInMs; in StartCalculationBeforeGC()
118 currentTimeInMs - allocTimeMsIdle_)); in StartCalculationBeforeGC()
121 currentTimeInMs - allocTimeMsIdle_)); in StartCalculationBeforeGC()
127 double currentTimeInMs = GetSystemTimeInMs(); in RecordAllocationForIdle() local
130 double duration = currentTimeInMs - allocTimeMsIdle_; in RecordAllocationForIdle()
131 allocTimeMsIdle_ = currentTimeInMs; in RecordAllocationForIdle()

Completed in 2 milliseconds