Searched refs:set_yticks (Results 1 – 4 of 4) sorted by relevance
/external/blktrace/iowatcher/ |
D | main.c | 750 set_yticks(plot, num_yticks, min_offset / (1024 * 1024), in plot_io() 811 set_yticks(plot, num_yticks, 0, max, ""); in plot_tput() 870 set_yticks(plot, num_yticks, 0, max, ""); in plot_fio_tput() 925 set_yticks(plot, num_yticks, 0, tf->mpstat_gld[gld_index]->max, ""); in plot_cpu() 1017 set_yticks(plot, num_yticks, 0, max, ""); in plot_queue_depth() 1233 set_yticks(plot, num_yticks, 0, max, ""); in plot_latency() 1279 set_yticks(plot, num_yticks, 0, max, units); in plot_iops()
|
D | plot.h | 151 void set_yticks(struct plot *plot, int num_ticks, int first, int last, char *units);
|
D | plot.c | 603 void set_yticks(struct plot *plot, int num_ticks, int first, int last, char *units) in set_yticks() function
|
/external/blktrace/btt/ |
D | btt_plot.py | 437 ax.set_yticks([idx for idx in range(0, len(db))])
|