HomeSort by relevance Sort by last modified time
    Searched refs:write_bw (Results 1 - 3 of 3) sorted by null

  /external/fio/
gfio.h 31 GtkWidget *write_bw; member in struct:eta_widget
49 graph_label_t write_bw; member in struct:gfio_graphs
gfio.c 106 gg->write_bw = graph_add_label(g, "Write Bandwidth");
109 graph_set_color(g, gg->write_bw, GFIO_WRITE_R, GFIO_WRITE_G, GFIO_WRITE_B);
142 gtk_entry_set_text(GTK_ENTRY(ge->eta.write_bw), "");
    [all...]
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], rate_str[1]);
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], rate_str[1]);
    [all...]

Completed in 785 milliseconds