Searched refs:bytesPerSec (Results 1 – 1 of 1) sorted by relevance
63 int64_t bytesPerSec = ((int64_t)dataSize * 1000000000) / totalTimeTakenNs; in dumpStatistics() local77 rowData.append(to_string(bytesPerSec) + ", "); in dumpStatistics()