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