Home | History | Annotate | Download | only in fio

Lines Matching defs:runtime

820 	unsigned long runtime;
823 runtime = ts->total_run_time;
824 if (runtime) {
825 double runt = (double) runtime;
1188 if (!ts->runtime[ddir])
1192 runt = ts->runtime[ddir];
1219 label = new_info_label_in_frame(box, "Runtime (msec)");
1220 label_set_int_value(label, ts->runtime[ddir]);