Home | History | Annotate | Download | only in fio

Lines Matching refs:lat

854 static GtkWidget *gfio_output_lat_buckets(double *lat, const char **labels,
890 if (lat[i] <= 0.0)
893 sprintf(fbuf, "%3.2f%%", lat[i]);
901 static struct graph *setup_lat_bucket_graph(const char *title, double *lat,
918 graph_add_data(g, l, lat[i]);