Searched refs:write_bw (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | gfio.h | 31 GtkWidget *write_bw; member 49 graph_label_t write_bw; member
|
D | gfio.c | 106 gg->write_bw = graph_add_label(g, "Write Bandwidth"); in setup_bandwidth_graph() 109 graph_set_color(g, gg->write_bw, GFIO_WRITE_R, GFIO_WRITE_G, GFIO_WRITE_B); in setup_bandwidth_graph() 142 gtk_entry_set_text(GTK_ENTRY(ge->eta.write_bw), ""); in clear_ge_ui_info() 1397 …ge->eta.write_bw = new_info_entry_in_frame_rgb(probe_box, "Write BW", GFIO_WRITE_R, GFIO_WRITE_G, … in new_client_page() 1485 …ui->eta.write_bw = new_info_entry_in_frame_rgb(probe_box, "Write BW", GFIO_WRITE_R, GFIO_WRITE_G, … in new_main_page()
|
D | gclient.c | 413 gtk_entry_set_text(GTK_ENTRY(ge->eta.write_bw), rate_str[1]); 422 …graph_add_xy_data(ge->graphs.bandwidth_graph, ge->graphs.write_bw, je->elapsed_sec, je->rate[1], r… 507 gtk_entry_set_text(GTK_ENTRY(ui->eta.write_bw), rate_str[1]); 516 …graph_add_xy_data(ui->graphs.bandwidth_graph, ui->graphs.write_bw, je->elapsed_sec, je->rate[1], r…
|