HomeSort by relevance Sort by last modified time
    Searched defs:io_u_lat (Results 1 - 2 of 2) sorted by null

  /external/fio/
profile.h 17 int (*io_u_lat)(struct thread_data *, uint64_t); member in struct:prof_io_ops
gclient.c 959 double io_u_lat[FIO_IO_U_LAT_U_NR + FIO_IO_U_LAT_M_NR]; local
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);
    [all...]

Completed in 182 milliseconds