Searched refs:cyc_per_blk (Results 1 – 1 of 1) sorted by relevance
158 unsigned int cyc_per_blk = cpufreq / blks_per_s; in benchmark() local159 printf("%11u ", cyc_per_blk); in benchmark()162 unsigned int cyc_per_byte = 1000 * cyc_per_blk / blksize; in benchmark()