Home
last modified time | relevance | path

Searched refs:MemControllerUtils (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dshared_mem_controller.h47 return MemControllerUtils::CalculateAverageSpeed(recordedSharedSpaceAllocations_); in GetIdleSharedSpaceAllocationThroughputPerMS()
67 base::GCRingBuffer<BytesAndDuration, MemControllerUtils::LENGTH> recordedSharedSpaceAllocations_;
H A Dshared_mem_controller.cpp22 double currentTimeInMs = MemControllerUtils::GetSystemTimeInMs(); in RecordAllocationForIdle()
43 allocTimeMsSharedIdle_ = MemControllerUtils::GetSystemTimeInMs(); in UpdateAllocationAfterGC()
H A Dmem_controller_utils.cpp22 double MemControllerUtils::CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer) in CalculateAverageSpeed()
27 double MemControllerUtils::CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer, in CalculateAverageSpeed()
H A Dmem_controller_utils.h32 class MemControllerUtils { class

Completed in 2 milliseconds