Searched refs:CountWriteBytes (Results 1 – 2 of 2) sorted by relevance
173 int64_t CountWriteBytes; variable380 CountWriteBytes += sizeof(struct stat) * CountCopiedItems; in main()381 CountWriteBytes += sizeof(struct stat) * CountRemovedItems; in main()394 (long long)CountWriteBytes, in main()395 …untSourceBytes * 2.0) / ((double)(CountSourceReadBytes + CountTargetReadBytes + CountWriteBytes))); in main()404 (int)((CountSourceReadBytes + CountTargetReadBytes + CountWriteBytes) / duration / 1024.0), in main()1185 CountWriteBytes += size; in DoCopy()1292 CountWriteBytes += n1; in DoCopy()
98 extern int64_t CountWriteBytes;