OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_iops
(Results
1 - 3
of
3
) sorted by null
/external/fio/
gfio.h
28
GtkWidget *
read_iops
;
member in struct:eta_widget
44
graph_label_t
read_iops
;
member in struct:gfio_graphs
gfio.c
86
gg->
read_iops
= graph_add_label(g, "Read IOPS");
89
graph_set_color(g, gg->
read_iops
, GFIO_READ_R, GFIO_READ_G, GFIO_READ_B);
141
gtk_entry_set_text(GTK_ENTRY(ge->eta.
read_iops
), "");
[
all
...]
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_str[0]);
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_str[0]);
[
all
...]
Completed in 598 milliseconds