Searched refs:recordedNewSpaceAllocations_ (Results 1 – 2 of 2) sorted by relevance
124 …recordedNewSpaceAllocations_.Push(MakeBytesAndDuration(newSpaceAllocSizeSinceGC_, allocDurationSin… in StopCalculationAfterGC()221 return CalculateAverageSpeed(recordedNewSpaceAllocations_); in GetNewSpaceAllocationThroughputPerMS()
167 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedNewSpaceAllocations_; variable