Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.cc81 total_freed_bytes_ = 0; in ResetCumulativeStatistics()
101 total_freed_bytes_ += current_iteration->GetFreedBytes() + in Run()
152 return (total_freed_bytes_ * 1000) / (NsToMs(GetCumulativeTimings().GetTotalNs()) + 1); in GetEstimatedMeanThroughput()
163 total_freed_bytes_ = 0; in ResetMeasurements()
Dgarbage_collector.h163 return total_freed_bytes_; in GetTotalFreedBytes()
228 int64_t total_freed_bytes_; variable