Searched refs:IO_COLOR (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 69 IO_COLOR = (0.76, 0.48, 0.48, 0.5) variable 77 MEM_USED_COLOR = IO_COLOR 90 IO_PRESSURE_TOTAL_COLOR = IO_COLOR 391 draw_legend_box(ctx, "I/O (wait)", IO_COLOR, off_x + 120, curr_y+20, leg_s) 398 draw_chart (ctx, IO_COLOR, True, chart_rect, \ 411 draw_legend_box(ctx, "Disk utilization", IO_COLOR, off_x + 120, curr_y+20, leg_s) 418 draw_chart (ctx, IO_COLOR, True, chart_rect, \
|