Searched refs:read_iops (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | gfio.h | 28 GtkWidget *read_iops; member 44 graph_label_t read_iops; member
|
D | gfio.c | 86 gg->read_iops = graph_add_label(g, "Read IOPS"); in setup_iops_graph() 89 graph_set_color(g, gg->read_iops, GFIO_READ_R, GFIO_READ_G, GFIO_READ_B); in setup_iops_graph() 141 gtk_entry_set_text(GTK_ENTRY(ge->eta.read_iops), ""); in clear_ge_ui_info() 1396 …ge->eta.read_iops = new_info_entry_in_frame_rgb(probe_box, "IOPS", GFIO_READ_R, GFIO_READ_G, GFIO_… in new_client_page() 1484 …ui->eta.read_iops = new_info_entry_in_frame_rgb(probe_box, "IOPS", GFIO_READ_R, GFIO_READ_G, GFIO_… in new_main_page()
|
D | gclient.c | 412 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_… 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_…
|