]> code.ossystems Code Review - openembedded-core.git/commit
scripts/pybootchart: Fix missing entries bug
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Nov 2012 15:02:18 +0000 (15:02 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Nov 2012 15:18:04 +0000 (15:18 +0000)
commit220b071fd8d1cc6bdbca58f75489e3c9b34921ca
tree0f08fa6126a4dffa537a46cef657f9d844123ae1
parent9b5660ee0e507852a02ba5281b571f3e55dffc18
scripts/pybootchart: Fix missing entries bug

If two entries have the same start time, the data store used will cause
all but one of the entries to be lost. This patch enhances the data
storage structure to avoid this problem and allow more than one
event to start at the same time.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/pybootchartgui/pybootchartgui/draw.py
scripts/pybootchartgui/pybootchartgui/parsing.py