Searched refs:total_bytes_ (Results 1 – 3 of 3) sorted by relevance
154 if (total_bytes_ == 0) return; in ~ThroughputLogger()159 double rate_kb = (static_cast<double>(total_bytes_) / s) / 1024; in ~ThroughputLogger()161 total_bytes_, s); in ~ThroughputLogger()164 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes()167 size_t total_bytes_; member in ThroughputLogger
155 if (total_bytes_ == 0) return; in ~ThroughputLogger()160 double rate_kb = (static_cast<double>(total_bytes_) / s) / 1024; in ~ThroughputLogger()162 total_bytes_, s); in ~ThroughputLogger()165 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes()168 size_t total_bytes_; member in ThroughputLogger
128 : total_bytes_(0), in ThroughputLogger()133 if (total_bytes_ == 0) { in ~ThroughputLogger()142 double rate_kb = (static_cast<double>(total_bytes_) / s) / 1024; in ~ThroughputLogger()144 total_bytes_, s); in ~ThroughputLogger()147 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes()150 size_t total_bytes_; member in ThroughputLogger