summaryrefslogtreecommitdiffstats
path: root/scripts/pybootchartgui
Commit message (Expand)AuthorAgeFilesLines
* pybootchartgui: also match do_compile and do_configure subtasksJose Quaresma2023-09-091-0/+9
* pybootchartgui: fix width max usage in draw_label_in_boxJose Quaresma2023-07-141-1/+1
* pybootchartgui: fix overlapping argument in render_processes_chartJose Quaresma2023-07-141-2/+2
* pybootchartgui: concatenate the elapsed time with the processJose Quaresma2023-07-141-3/+2
* pybootchartgui: calcule elapsed_time when starting the loopJose Quaresma2023-07-141-3/+3
* pybootchartgui: show elapsed time for each taskMauro Queiros2023-05-311-0/+5
* pybootchart: Fix extents handling to account for cpu/io/mem pressure changesRichard Purdie2023-03-161-0/+6
* pybootchartui: Fix python syntax issueRichard Purdie2023-03-161-1/+1
* pybootchartgui: write the max values in the graph legendMartin Jansa2022-08-041-15/+18
* pybootchartgui: fix 2 SyntaxWarningsMartin Jansa2022-08-041-2/+2
* pybootchartgui: render memory pressure as wellMartin Jansa2022-08-043-3/+54
* pybootchartgui: render cpu and io pressureAryaman Gupta2022-06-293-0/+122
* pybootchart: Avoid divide by zeroRichard Purdie2021-09-211-1/+4
* pybootchart/draw: Avoid divide by zero errorRichard Purdie2021-05-021-1/+1
* 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