summaryrefslogtreecommitdiffstats
path: root/scripts/pybootchartgui
Commit message (Expand)AuthorAgeFilesLines
* scripts/pybootchartgui: Fix to work with python 3.8Richard Purdie2020-03-151-3/+3
* fix various, innocuous typosRobert P. J. Day2020-02-181-1/+1
* scripts/pybootchart/draw: Fix some bounding problemsRichard Purdie2019-05-081-1/+5
* scripts/pybootchart/draw: Clarify some variable namesRichard Purdie2019-05-081-9/+10
* scripts/pybootchart: Port to python3Richard Purdie2019-05-084-118/+118
* scripts/pybootchart: Fix mixed indentationRichard Purdie2019-05-081-689/+689
* pybootchartgui: support reading reduced /proc logsPatrick Ohly2016-12-071-0/+31
* pybootchartgui: simplify drawing of memory usagePatrick Ohly2016-12-073-7/+23
* pybootchartgui: render disk space usagePatrick Ohly2016-12-073-0/+99
* pybootchartgui/parsing.py: fix error handling in meminfo parserPatrick Ohly2016-12-071-1/+1
* pybootchartgui/draw.py: skip empty CPU and disk usage chartsPatrick Ohly2016-12-071-48/+50
* pybootchartgui: show system utilizationPatrick Ohly2016-12-072-20/+57
* pybootchartgui/draw.py: fix drawing of samples not starting at zeroPatrick Ohly2016-12-071-1/+1
* pybootchartgui/draw.py: allow moving process chart up and downPatrick Ohly2016-12-071-1/+1
* scripts/pybootchart: Fix print statementRichard Purdie2016-06-031-3/+1
* scripts: python3: get rid of __future__ importsEd Bartosh2016-06-032-5/+0
* scripts: use '/usr/bin/env' in shebangs with pythonMartin Hundebøll2014-11-121-1/+1
* pybootchartgui: Add option -T to allways use the full timePeter Kjellerstedt2014-01-233-5/+20
* pybootchartgui: Adopt the width of the index in split output filesPeter Kjellerstedt2014-01-231-1/+3
* pybootchartgui: Simplify adding processes to the tracePeter Kjellerstedt2014-01-231-25/+14
* pybootchartgui: Correct the legendPeter Kjellerstedt2014-01-231-1/+1
* pybootchartgui: Make the -s option work againPeter Kjellerstedt2014-01-231-4/+5
* pybootchartgui: Add option --minutes to show time in minutesPeter Kjellerstedt2013-11-182-4/+9
* pybootchartgui: Add a color for the package_write_* tasksPeter Kjellerstedt2013-11-181-0/+8
* pybootchartgui: Reorder the legend to match the task execution orderPeter Kjellerstedt2013-11-181-6/+6
* pybootchartgui: Make bars without a specified color whitePeter Kjellerstedt2013-11-181-0/+2
* pybootchartgui: Make "Show more" show all processesPeter Kjellerstedt2013-11-184-12/+27
* pybootchartgui: Draw a lot less ticksPeter Kjellerstedt2013-11-181-0/+7
* pybootchartgui: Disable options that do not make sensePeter Kjellerstedt2013-11-181-15/+25
* pybootchartgui: No need to do a double list comprehension over filesPeter Kjellerstedt2013-11-181-2/+1
* pybootchartgui: Avoid having overlapping process barsPeter Kjellerstedt2013-11-181-1/+1
* pybootchartgui: Use correct header heightPeter Kjellerstedt2013-11-181-3/+3
* pybootchartgui: Correct the X offset for the chartPeter Kjellerstedt2013-11-181-2/+2
* pybootchartgui: Set the initial state of "Show more" correctlyPeter Kjellerstedt2013-11-181-0/+1
* pybootchartgui: Make the horizontal scaling stay within boundsPeter Kjellerstedt2013-11-181-2/+2
* pybootchartgui: Import pybootchartgui 0.14.5Peter Kjellerstedt2013-11-1816-1463/+2563
* scripts/pybootchart: Allow minimum task length to be configured from the comm...Richard Purdie2012-11-202-10/+12
* scripts/pybootchart: Fix missing entries bugRichard Purdie2012-11-202-34/+48
* pybootchartgui: Fix the filename and add a default formatRobert Yang2012-06-151-19/+14
* pybootchartgui: split the output chart into multiple onesRobert Yang2012-06-152-2/+48
* pybootchartgui: make the build profiling in picturesRobert Yang2012-06-154-64/+122
* pybootchartgui: add the original codeRobert Yang2012-06-1514-0/+2207