Home
last modified time | relevance | path

Searched refs:graph_new (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dgraph.h11 struct graph *graph_new(unsigned int xdim, unsigned int ydim, const char *font);
Dgclient.c909 g = graph_new(xdim, ydim, gfio_graph_font);
1101 g = graph_new(xdim, ydim, gfio_graph_font);
Dgfio.c83 g = graph_new(DRAWING_AREA_XDIM / 2.0, DRAWING_AREA_YDIM, gfio_graph_font); in setup_iops_graph()
102 g = graph_new(DRAWING_AREA_XDIM / 2.0, DRAWING_AREA_YDIM, gfio_graph_font); in setup_bandwidth_graph()
Dgraph.c117 struct graph *graph_new(unsigned int xdim, unsigned int ydim, const char *font) in graph_new() function