HomeSort by relevance Sort by last modified time
    Searched refs:graph_add_extra_space (Results 1 - 3 of 3) sorted by null

  /external/fio/
graph.h 83 void graph_add_extra_space(struct graph *g, double left_percent, double right_percent,
85 /* graph_add_extra_space() adds extra space to edges of the the graph
gfio.c 93 graph_add_extra_space(g, 0.0, 0.0, 0.0, 0.0);
113 graph_add_extra_space(g, 0.0, 0.0, 0.0, 0.0);
    [all...]
graph.c 912 void graph_add_extra_space(struct graph *g, double left_percent, function

Completed in 43 milliseconds