]> code.ossystems Code Review - openembedded-core.git/commit
scripts/pybootchart: Allow minimum task length to be configured from the commandline
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Nov 2012 15:03:09 +0000 (15:03 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Nov 2012 15:18:04 +0000 (15:18 +0000)
commit30001153d3ce7dadf8f1ec79e634a638a9994518
tree99e0bd95b129cd8560012ed7251b41249a4e81a8
parent220b071fd8d1cc6bdbca58f75489e3c9b34921ca
scripts/pybootchart: Allow minimum task length to be configured from the commandline

Rather than hardcode the value of "8", allow the minimum task length to be
configured from the commandline using the -m option. "-m 0" means all
tasks will be graphed.

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