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 81 MEM_SWAP_COLOR = DISK_TPUT_COLOR 94 MEM_PRESSURE_TOTAL_COLOR = DISK_TPUT_COLOR 410 draw_legend_line(ctx, "Disk throughput", DISK_TPUT_COLOR, off_x, curr_y+20, leg_s) 425 draw_chart (ctx, DISK_TPUT_COLOR, False, chart_rect, \ 436 draw_text (ctx, label, DISK_TPUT_COLOR, pos_x + shift_x, curr_y + shift_y)
|