Searched refs:curr_y (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 361 def render_charts(ctx, options, clip, trace, curr_y, w, h, sec_w): argument 368 draw_legend_box(ctx, "CPU (user+sys)", CPU_COLOR, off_x, curr_y+20, leg_s) 369 draw_legend_box(ctx, "I/O (wait)", IO_COLOR, off_x + 120, curr_y+20, leg_s) 372 chart_rect = (off_x, curr_y+30, w, bar_h) 384 curr_y = curr_y + 30 + bar_h 388 draw_legend_line(ctx, "Disk throughput", DISK_TPUT_COLOR, off_x, curr_y+20, leg_s) 389 draw_legend_box(ctx, "Disk utilization", IO_COLOR, off_x + 120, curr_y+20, leg_s) 392 chart_rect = (off_x, curr_y+30, w, bar_h) 414 draw_text (ctx, label, DISK_TPUT_COLOR, pos_x + shift_x, curr_y + shift_y) 416 curr_y = curr_y + 30 + bar_h [all …]
|