]> code.ossystems Code Review - openembedded-core.git/commit
pybootchartgui: simplify drawing of memory usage
authorPatrick Ohly <patrick.ohly@intel.com>
Wed, 30 Nov 2016 09:50:09 +0000 (10:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Dec 2016 10:36:11 +0000 (10:36 +0000)
commitca06e67a0bb5820b38fda4c8dfee20764c1e59ae
treee64bbc511f1f1ef2a42a32a2774aa5061e977b18
parent263d189d066b578debf08b2bd07494a69b70f70d
pybootchartgui: simplify drawing of memory usage

The internal representation after parsing now matches exactly
what the drawing code needs, thus speeding up drawing a bit.
However, the main motivation is to store exactly that required
information in a more compact file.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/pybootchartgui/pybootchartgui/draw.py
scripts/pybootchartgui/pybootchartgui/parsing.py
scripts/pybootchartgui/pybootchartgui/samples.py