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

  /external/fio/
profile.h 17 int (*io_u_lat)(struct thread_data *, uint64_t); member in struct:prof_io_ops
stat.h 240 extern void stat_calc_lat_m(struct thread_stat *ts, double *io_u_lat);
241 extern void stat_calc_lat_u(struct thread_stat *ts, double *io_u_lat);
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...]
stat.c 334 void stat_calc_lat_u(struct thread_stat *ts, double *io_u_lat)
336 stat_calc_lat(ts, io_u_lat, ts->io_u_lat_u, FIO_IO_U_LAT_U_NR);
339 void stat_calc_lat_m(struct thread_stat *ts, double *io_u_lat)
341 stat_calc_lat(ts, io_u_lat, ts->io_u_lat_m, FIO_IO_U_LAT_M_NR);
441 static int show_lat(double *io_u_lat, int nr, const char **ranges,
447 if (io_u_lat[i] <= 0.0)
459 log_info("%s%3.2f%%", ranges[i], io_u_lat[i]);
    [all...]
io_u.c     [all...]
  /external/fio/profiles/
act.c 454 .io_u_lat = act_io_u_lat,

Completed in 111 milliseconds