Searched refs:accbytes (Results 1 – 1 of 1) sorted by relevance
155 uint64_t accbytes = (uint64_t) numops * blksize; in benchmark() local156 printf("%11ju ", (uintmax_t) ((accbytes / elapsed_ms) * 1000) / MEGABYTE); in benchmark()