Searched refs:GetScannedBytes (Results 1 – 2 of 2) sorted by relevance
64 uint64_t GetScannedBytes() const { in GetScannedBytes() function
212 total_scanned_bytes_ += current_iteration->GetScannedBytes(); in Run()253 uint64_t throughput = (current_iteration->GetScannedBytes() * 1'000'000) in Run()265 gc_scanned_bytes_->Add(current_iteration->GetScannedBytes()); in Run()266 gc_scanned_bytes_delta_->Add(current_iteration->GetScannedBytes()); in Run()