Searched refs:read_iops (Results 1 - 3 of 3) sorted by relevance

/external/fio/
H A Dgfio.h28 GtkWidget *read_iops; member in struct:eta_widget
44 graph_label_t read_iops; member in struct:gfio_graphs
H A Dgfio.c86 gg->read_iops = graph_add_label(g, "Read IOPS");
89 graph_set_color(g, gg->read_iops, GFIO_READ_R, GFIO_READ_G, GFIO_READ_B);
141 gtk_entry_set_text(GTK_ENTRY(ge->eta.read_iops), "");
1396 ge->eta.read_iops = new_info_entry_in_frame_rgb(probe_box, "IOPS", GFIO_READ_R, GFIO_READ_G, GFIO_READ_B);
1484 ui->eta.read_iops = new_info_entry_in_frame_rgb(probe_box, "IOPS", GFIO_READ_R, GFIO_READ_G, GFIO_READ_B);
H A Dgclient.c412 gtk_entry_set_text(GTK_ENTRY(ge->eta.read_iops), iops_str[0]);
418 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_str[0]);
506 gtk_entry_set_text(GTK_ENTRY(ui->eta.read_iops), iops_str[0]);
512 graph_add_xy_data(ui->graphs.iops_graph, ui->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_str[0]);

Completed in 52 milliseconds