Searched refs:total_freed_bytes_ (Results 1 – 2 of 2) sorted by relevance
95 total_freed_bytes_ = 0; in ResetCumulativeStatistics()177 total_freed_bytes_ += freed_bytes; in Run()247 return (total_freed_bytes_ * 1000) / (NsToMs(GetCumulativeTimings().GetTotalNs()) + 1); in GetEstimatedMeanThroughput()261 total_freed_bytes_ = 0; in ResetMeasurements()
90 return total_freed_bytes_; in GetTotalFreedBytes()172 int64_t total_freed_bytes_; variable