Searched refs:CPU_COLOR (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 67 CPU_COLOR = (0.40, 0.55, 0.70, 1.0) variable 75 MEM_CACHED_COLOR = CPU_COLOR 86 CPU_PRESSURE_TOTAL_COLOR = CPU_COLOR 104 PROC_COLOR_R = CPU_COLOR 390 draw_legend_box(ctx, "CPU (user+sys)", CPU_COLOR, off_x, curr_y+20, leg_s) 402 draw_chart (ctx, CPU_COLOR, True, chart_rect, \
|