Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.cpp124recordedNewSpaceAllocations_.Push(MakeBytesAndDuration(newSpaceAllocSizeSinceGC_, allocDurationSin… in StopCalculationAfterGC()
221 return CalculateAverageSpeed(recordedNewSpaceAllocations_); in GetNewSpaceAllocationThroughputPerMS()
Dmem_controller.h167 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedNewSpaceAllocations_; variable