mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
pybootchartgui: Add option --minutes to show time in minutes
(From OE-Core rev: b93eefd039a956b7d1d184592dd4342eb43f9341) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8c26891e1d
commit
b0281b3a19
@@ -40,6 +40,8 @@ def _mk_options_parser():
|
||||
help="split the output chart into <NUM> charts, only works with \"-o PATH\"")
|
||||
parser.add_option("-m", "--mintime", dest="mintime", type=int, default=8,
|
||||
help="only tasks longer than this time will be displayed")
|
||||
parser.add_option("-M", "--minutes", action="store_true", dest="as_minutes", default=False,
|
||||
help="display time in minutes instead of seconds")
|
||||
# parser.add_option("-n", "--no-prune", action="store_false", dest="prune", default=True,
|
||||
# help="do not prune the process tree")
|
||||
parser.add_option("-q", "--quiet", action="store_true", dest="quiet", default=False,
|
||||
|
||||
Reference in New Issue
Block a user