Searched refs:CalculateAverageSpeed (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | mem_controller.cpp | 224 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 D | mem_controller_utils.cpp | 22 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 D | mem_controller_utils.h | 41 static double CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer); 42 static double CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer,
|
H A D | shared_mem_controller.h | 47 return MemControllerUtils::CalculateAverageSpeed(recordedSharedSpaceAllocations_); in GetIdleSharedSpaceAllocationThroughputPerMS()
|
H A D | mem_controller.h | 179 static double CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer); 180 static double CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer,
|
Completed in 2 milliseconds