OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:graph_add_label
(Results
1 - 4
of
4
) sorted by null
/external/fio/
graph.h
33
graph_label_t
graph_add_label
(struct graph *g, const char *label);
34
/*
graph_add_label
() adds a new "stream" of data to be graphed.
gfio.c
86
gg->read_iops =
graph_add_label
(g, "Read IOPS");
87
gg->write_iops =
graph_add_label
(g, "Write IOPS");
88
gg->trim_iops =
graph_add_label
(g, "Trim IOPS");
105
gg->read_bw =
graph_add_label
(g, "Read Bandwidth");
106
gg->write_bw =
graph_add_label
(g, "Write Bandwidth");
107
gg->trim_bw =
graph_add_label
(g, "Trim Bandwidth");
[
all
...]
gclient.c
917
l =
graph_add_label
(g, labels[i]);
1111
l =
graph_add_label
(g, fbuf);
[
all
...]
graph.c
652
graph_label_t
graph_add_label
(struct graph *bg, const char *label)
function
Completed in 64 milliseconds