poky/scripts/pybootchartgui/pybootchartgui
Aryaman Gupta 45f1e9d953 pybootchartgui: render cpu and io pressure
Add two new, separate charts showing the avg10 and delta
total pressure over time for the CPU and IO resources. The height of
the avg10 data in each chart represents the percentage of time "some"
task was delayed over the specific resource during the last 10
seconds of the build. The height of the delta total data in each chart
represents the total time "some" task was delayed since the last sample
was collected. If the reduced_proc_pressure data is not present in the
buildstats log, then the new charts are not shown at all rather than
being present but unpopulated.

Note that the delta total graphs may appear "spikey",
oscillating from high values to low. This behaviour is fixed in a
subsequent commit.

(From OE-Core rev: fb9ff46dc3059cb3f4c8df8e4654184c3eab1571)

Signed-off-by: Aryaman Gupta <aryaman.gupta@windriver.com>
Signed-off-by: Randy MacLeod <randy.macleod@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-06-29 16:16:56 +01:00
..
tests pybootchartgui: Import pybootchartgui 0.14.5 2013-11-18 12:44:06 +00:00
__init__.py pybootchartgui: add the original code 2012-06-15 15:12:42 +01:00
batch.py pybootchartgui: Import pybootchartgui 0.14.5 2013-11-18 12:44:06 +00:00
draw.py pybootchartgui: render cpu and io pressure 2022-06-29 16:16:56 +01:00
gui.py scripts/pybootchart: Port to python3 2019-05-08 22:56:45 +01:00
main.py pybootchartgui: Import pybootchartgui 0.14.5 2013-11-18 12:44:06 +00:00
main.py.in scripts/pybootchart: Fix print statement 2016-06-03 14:38:01 +01:00
parsing.py pybootchartgui: render cpu and io pressure 2022-06-29 16:16:56 +01:00
process_tree.py pybootchartgui: Import pybootchartgui 0.14.5 2013-11-18 12:44:06 +00:00
samples.py pybootchartgui: render cpu and io pressure 2022-06-29 16:16:56 +01:00