Searched refs:mbs (Results 1 – 1 of 1) sorted by relevance
405 int64_t mbs = payload_size / kNumBytesInOneMiB; in ReportSuccessfulUpdateMetrics() local406 LOG(INFO) << "Uploading " << mbs << " (MiBs) for metric " << metric; in ReportSuccessfulUpdateMetrics()408 mbs, in ReportSuccessfulUpdateMetrics()427 mbs = num_bytes_downloaded[i] / kNumBytesInOneMiB; in ReportSuccessfulUpdateMetrics()429 if (mbs > 0) in ReportSuccessfulUpdateMetrics()432 mbs = total_bytes / kNumBytesInOneMiB; in ReportSuccessfulUpdateMetrics()435 if (mbs > 0) { in ReportSuccessfulUpdateMetrics()436 LOG(INFO) << "Uploading " << mbs << " (MiBs) for metric " << metric; in ReportSuccessfulUpdateMetrics()438 mbs, in ReportSuccessfulUpdateMetrics()