OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_bw
(Results
1 - 3
of
3
) sorted by null
/external/fio/
gfio.h
27
GtkWidget *
read_bw
;
member in struct:eta_widget
48
graph_label_t
read_bw
;
member in struct:gfio_graphs
gfio.c
105
gg->
read_bw
= graph_add_label(g, "Read Bandwidth");
108
graph_set_color(g, gg->
read_bw
, GFIO_READ_R, GFIO_READ_G, GFIO_READ_B);
140
gtk_entry_set_text(GTK_ENTRY(ge->eta.
read_bw
), "");
[
all
...]
gclient.c
411
gtk_entry_set_text(GTK_ENTRY(ge->eta.
read_bw
), rate_str[0]);
421
graph_add_xy_data(ge->graphs.bandwidth_graph, ge->graphs.
read_bw
, je->elapsed_sec, je->rate[0], rate_str[0]);
505
gtk_entry_set_text(GTK_ENTRY(ui->eta.
read_bw
), rate_str[0]);
515
graph_add_xy_data(ui->graphs.bandwidth_graph, ui->graphs.
read_bw
, je->elapsed_sec, je->rate[0], rate_str[0]);
[
all
...]
Completed in 501 milliseconds