Searched refs:kNumBytesPerMB (Results 1 – 3 of 3) sorted by relevance
28 constexpr size_t kNumBytesPerMB = 1024 * 1024; variable46 double send_rate = (double)num_bytes_to_send / kNumBytesPerMB / elapsed_seconds; in measure_send_rate()
33 constexpr int kNumBytesPerMB = 1024 * 1024; variable43 const int block_count = file_size_mb * kNumBytesPerMB / kBlockSizeBytes; in main()
46 constexpr uint64_t kNumBytesPerMB = 1024 * 1024; variable143 double file_size_mb = (double)file_size_bytes / kNumBytesPerMB; in measure_read_rate()