]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
pybootchartgui: show elapsed time for each task
authorMauro Queiros <Mauro.Queiros@criticaltechworks.com>
Mon, 29 May 2023 10:09:02 +0000 (10:09 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 May 2023 15:52:42 +0000 (16:52 +0100)
commit3efebd3404de548f0757863da237f2d18ce60013
tree151ad85aeafbc56a8e93d54110028b12b541c1c8
parent7a6871590b908e4b749484d913da5e280c20d05f
pybootchartgui: show elapsed time for each task

Currently, finding the elapsed time of each task in buildtimes.svg
is a manual effort of checking the top axis and finding and subtracting
the end and start time of the task.

This change adds the elapsed time for each task, so that
manual effort of comparing start/end time is avoided.

Signed-off-by: Mauro Queiros <Mauro.Queiros@criticaltechworks.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/pybootchartgui/pybootchartgui/draw.py