Searched refs:bytesPerSec (Results 1 – 1 of 1) sorted by relevance
68 int64_t bytesPerSec = ((int64_t)dataSize * 1000000000) / totalTimeTakenNs; in dumpStatistics() local82 rowData.append(to_string(bytesPerSec) + ", "); in dumpStatistics()139 int64_t bytesPerSec = ((int64_t)dataSize * 1000000000) / totalTimeTakenNs; in uploadMetrics() local154 LOG_METRIC("%s_ProcessedBytesPerSec:%lld", prefix.c_str(), (long long)bytesPerSec); in uploadMetrics()