Searched refs:rate_kb (Results 1 – 3 of 3) sorted by relevance
159 double rate_kb = (static_cast<double>(total_bytes_) / s) / 1024; in ~ThroughputLogger() local160 ALOGD("%s %.1f KB/s (%zu bytes in %.3fs)", task_.c_str(), rate_kb, in ~ThroughputLogger()
160 double rate_kb = (static_cast<double>(total_bytes_) / s) / 1024; in ~ThroughputLogger() local161 ALOGD("%s %.1f KB/s (%zu bytes in %.3fs)", task_.c_str(), rate_kb, in ~ThroughputLogger()
142 double rate_kb = (static_cast<double>(total_bytes_) / s) / 1024; in ~ThroughputLogger() local143 ALOGD("%s %.1f KB/s (%zu bytes in %.3fs)", task_.c_str(), rate_kb, in ~ThroughputLogger()