Home
last modified time | relevance | path

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

/external/fio/
Dgraph.c441 int i, nlabels; in bar_graph_draw() local
449 nlabels = count_labels(bg); in bar_graph_draw()
450 space_per_label = (x2 - x1) / (double) nlabels; in bar_graph_draw()