[oe-commits] Robert Yang : pybootchartgui: add the original code

git at git.openembedded.org git at git.openembedded.org
Fri Jun 15 14:12:50 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 1f0791109e1aed715f02945834d6d7fdb9a411b4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1f0791109e1aed715f02945834d6d7fdb9a411b4

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Wed Jun  6 13:52:43 2012 +0800

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 at windriver.com>

---

 scripts/pybootchartgui/AUTHORS                     |   11 +
 scripts/pybootchartgui/COPYING                     |  674 ++++++++++++++++++++
 scripts/pybootchartgui/README                      |   36 +
 scripts/pybootchartgui/pybootchartgui.py           |    7 +
 scripts/pybootchartgui/pybootchartgui/batch.py     |   23 +
 scripts/pybootchartgui/pybootchartgui/draw.py      |  355 ++++++++++
 scripts/pybootchartgui/pybootchartgui/gui.py       |  273 ++++++++
 scripts/pybootchartgui/pybootchartgui/main.py      |   71 ++
 scripts/pybootchartgui/pybootchartgui/parsing.py   |  223 +++++++
 .../pybootchartgui/pybootchartgui/process_tree.py  |  270 ++++++++
 scripts/pybootchartgui/pybootchartgui/samples.py   |   93 +++
 .../pybootchartgui/tests/parser_test.py            |   93 +++
 .../pybootchartgui/tests/process_tree_test.py      |   78 +++
 13 files changed, 2207 insertions(+), 0 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=1f0791109e1aed715f02945834d6d7fdb9a411b4




More information about the Openembedded-commits mailing list