Home | History | Annotate | Download | only in fio

Lines Matching defs:io_u_lat

959 	double io_u_lat[FIO_IO_U_LAT_U_NR + FIO_IO_U_LAT_M_NR];
969 stat_calc_lat_u(ts, io_u_lat);
970 stat_calc_lat_m(ts, &io_u_lat[FIO_IO_U_LAT_U_NR]);
977 if (io_u_lat[i] == 0.00)
991 tree_view = gfio_output_lat_buckets(&io_u_lat[start], &ranges[start], end - start + 1);
992 ge->lat_bucket_graph = setup_lat_bucket_graph("Latency Buckets", &io_u_lat[start], &ranges[start], end - start + 1, 700.0, 300.0);