Searched refs:DISK_TPUT_COLOR (Results 1 – 1 of 1) sorted by relevance
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 71 DISK_TPUT_COLOR = (0.20, 0.71, 0.20, 1.0) variable 86 MEM_SWAP_COLOR = DISK_TPUT_COLOR 99 MEM_PRESSURE_TOTAL_COLOR = DISK_TPUT_COLOR 415 draw_legend_line(ctx, "Disk throughput", DISK_TPUT_COLOR, off_x, curr_y+20, leg_s) 430 draw_chart (ctx, DISK_TPUT_COLOR, False, chart_rect, \ 441 draw_text (ctx, label, DISK_TPUT_COLOR, pos_x + shift_x, curr_y + shift_y)
|