Searched refs:total_bytes_ (Results 1 – 2 of 2) sorted by relevance
123 if (total_bytes_ == 0) return; in ~ThroughputLogger()128 double rate_kb = (static_cast<double>(total_bytes_) / s) / 1024; in ~ThroughputLogger()130 total_bytes_, s); in ~ThroughputLogger()133 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes()136 size_t total_bytes_; member in ThroughputLogger
124 if (total_bytes_ == 0) return; in ~ThroughputLogger()129 double rate_kb = (static_cast<double>(total_bytes_) / s) / 1024; in ~ThroughputLogger()131 total_bytes_, s); in ~ThroughputLogger()134 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes()137 size_t total_bytes_; member in ThroughputLogger