Home
last modified time | relevance | path

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

/external/fio/
Dgfio.h28 GtkWidget *read_iops; member
44 graph_label_t read_iops; member
Dgfio.c86 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()
1398 …ge->eta.read_iops = new_info_entry_in_frame_rgb(probe_box, "Read IOPS", GFIO_READ_R, GFIO_READ_G, … in new_client_page()
1486 …ui->eta.read_iops = new_info_entry_in_frame_rgb(probe_box, "IOPS", GFIO_READ_R, GFIO_READ_G, GFIO_… in new_main_page()
Dgclient.c390 gtk_entry_set_text(GTK_ENTRY(ge->eta.read_iops), iops_str[0]); in gfio_update_client_eta()
404 …graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_… in gfio_update_client_eta()
474 gtk_entry_set_text(GTK_ENTRY(ui->eta.read_iops), iops_str[0]); in gfio_update_all_eta()
488 …graph_add_xy_data(ui->graphs.iops_graph, ui->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_… in gfio_update_all_eta()