Home | History | Annotate | Download | only in fio

Lines Matching full:runt

825 		double runt = (double) runtime;
827 usr_cpu = (double) ts->usr_time * 100 / runt;
828 sys_cpu = (double) ts->sys_time * 100 / runt;
1181 unsigned long min[3], max[3], runt;
1192 runt = ts->runtime[ddir];
1194 bw = (1000 * ts->io_bytes[ddir]) / runt;
1198 iops = (1000 * (uint64_t)ts->total_io_u[ddir]) / runt;