OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:graph_y_title
(Results
1 - 3
of
3
) sorted by null
/external/fio/
graph.h
31
void
graph_y_title
(struct graph *g, const char *title);
32
/*
graph_y_title
() sets the title of the y axis to the given string */
gclient.c
912
graph_y_title
(g, "Percent");
1104
graph_y_title
(g, "Time");
[
all
...]
graph.c
631
void
graph_y_title
(struct graph *bg, const char *title)
function
Completed in 494 milliseconds