Searched refs:stats_totalBytes (Results 1 – 2 of 2) sorted by relevance
65 int stats_totalBytes = 0; in Main() local94 stats_totalBytes += readBuf.validData(); in Main()99 stats_totalBytes = 0; in Main()
326 int stats_totalBytes = 0; in thread() local343 stats_totalBytes += readBuf.validData(); in thread()347 … printf("Used Bandwidth %5.3f MB/s\n", ((float)stats_totalBytes / dts) / (1024.0f*1024.0f)); in thread()348 stats_totalBytes = 0; in thread()