]> code.ossystems Code Review - openembedded-core.git/commit
pybootchartgui: add the original code
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 6 Jun 2012 05:52:43 +0000 (13:52 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jun 2012 14:08:54 +0000 (15:08 +0100)
commit1f0791109e1aed715f02945834d6d7fdb9a411b4
tree027c0b6c76212952b0450174476c69ca511639de
parent66cc81d2a5f5c74e4a44e79521a791f402deeb26
pybootchartgui: add the original code

This is from:
http://pybootchartgui.googlecode.com/files/pybootchartgui-r124.tar.gz

Will modify it to make the build profiling in pictures.

Remove the examples since they would not work any more, and they cost
much disk space.

[YOCTO #2403]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
14 files changed:
scripts/pybootchartgui/AUTHORS [new file with mode: 0644]
scripts/pybootchartgui/COPYING [new file with mode: 0644]
scripts/pybootchartgui/README [new file with mode: 0644]
scripts/pybootchartgui/pybootchartgui.py [new file with mode: 0755]
scripts/pybootchartgui/pybootchartgui/__init__.py [new file with mode: 0644]
scripts/pybootchartgui/pybootchartgui/batch.py [new file with mode: 0644]
scripts/pybootchartgui/pybootchartgui/draw.py [new file with mode: 0644]
scripts/pybootchartgui/pybootchartgui/gui.py [new file with mode: 0644]
scripts/pybootchartgui/pybootchartgui/main.py [new file with mode: 0644]
scripts/pybootchartgui/pybootchartgui/parsing.py [new file with mode: 0644]
scripts/pybootchartgui/pybootchartgui/process_tree.py [new file with mode: 0644]
scripts/pybootchartgui/pybootchartgui/samples.py [new file with mode: 0644]
scripts/pybootchartgui/pybootchartgui/tests/parser_test.py [new file with mode: 0644]
scripts/pybootchartgui/pybootchartgui/tests/process_tree_test.py [new file with mode: 0644]