Home
last modified time | relevance | path

Searched refs:CalculateAverageSpeed (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_controller.cpp224 markCompactSpeedCache_ = CalculateAverageSpeed(recordedMarkCompacts_); in CalculateMarkCompactSpeedPerMS()
231 double MemController::CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer, in CalculateAverageSpeed() function in panda::ecmascript::MemController
259 double MemController::CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer) in CalculateAverageSpeed() function in panda::ecmascript::MemController
261 return CalculateAverageSpeed(buffer, MakeBytesAndDuration(0, 0), 0); in CalculateAverageSpeed()
268 return CalculateAverageSpeed(recordedOldSpaceAllocations_, in GetCurrentOldSpaceAllocationThroughputPerMS()
274 return CalculateAverageSpeed(recordedEdenSpaceAllocations_); in GetEdenSpaceAllocationThroughputPerMS()
279 return CalculateAverageSpeed(recordedNewSpaceAllocations_); in GetNewSpaceAllocationThroughputPerMS()
284 return CalculateAverageSpeed(recordedEdenConcurrentMarks_); in GetEdenSpaceConcurrentMarkSpeedPerMS()
289 return CalculateAverageSpeed(recordedSemiConcurrentMarks_); in GetNewSpaceConcurrentMarkSpeedPerMS()
294 return CalculateAverageSpeed(recordedOldSpaceAllocations in GetOldSpaceAllocationThroughputPerMS()
[all...]
H A Dmem_controller_utils.cpp22 double MemControllerUtils::CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer) in CalculateAverageSpeed() function in panda::ecmascript::MemControllerUtils
24 return CalculateAverageSpeed(buffer, MakeBytesAndDuration(0, 0), 0); in CalculateAverageSpeed()
27 double MemControllerUtils::CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer, in CalculateAverageSpeed() function in panda::ecmascript::MemControllerUtils
H A Dmem_controller_utils.h41 static double CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer);
42 static double CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer,
H A Dshared_mem_controller.h47 return MemControllerUtils::CalculateAverageSpeed(recordedSharedSpaceAllocations_); in GetIdleSharedSpaceAllocationThroughputPerMS()
H A Dmem_controller.h179 static double CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer);
180 static double CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer,

Completed in 2 milliseconds