Searched refs:draw_chart (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 271 def draw_chart(ctx, color, fill, chart_bounds, data, proc_tree, data_range): function 398 draw_chart (ctx, IO_COLOR, True, chart_rect, \ 402 draw_chart (ctx, CPU_COLOR, True, chart_rect, \ 418 draw_chart (ctx, IO_COLOR, True, chart_rect, \ 425 draw_chart (ctx, DISK_TPUT_COLOR, False, chart_rect, \ 452 draw_chart (ctx, CPU_PRESSURE_TOTAL_COLOR, True, chart_rect, \ 458 draw_chart (ctx, CPU_PRESSURE_AVG10_COLOR, False, chart_rect, \ 486 draw_chart (ctx, IO_PRESSURE_TOTAL_COLOR, True, chart_rect, \ 492 draw_chart (ctx, IO_PRESSURE_AVG10_COLOR, False, chart_rect, \ 520 draw_chart (ctx, MEM_PRESSURE_TOTAL_COLOR, True, chart_rect, \ [all …]
|