summaryrefslogtreecommitdiffstats
path: root/scripts/pybootchartgui/pybootchartgui/draw.py
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
* 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-041-3/+41
* pybootchartgui: render cpu and io pressureAryaman Gupta2022-06-291-0/+77
* pybootchart: Avoid divide by zeroRichard Purdie2021-09-211-1/+4
* pybootchart/draw: Avoid divide by zero errorRichard Purdie2021-05-021-1/+1
* 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-081-6/+8
* scripts/pybootchart: Fix mixed indentationRichard Purdie2019-05-081-689/+689
* pybootchartgui: simplify drawing of memory usagePatrick Ohly2016-12-071-6/+6
* pybootchartgui: render disk space usagePatrick Ohly2016-12-071-0/+62
* pybootchartgui/draw.py: skip empty CPU and disk usage chartsPatrick Ohly2016-12-071-48/+50
* pybootchartgui: show system utilizationPatrick Ohly2016-12-071-3/+13
* 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
* pybootchartgui: Add option -T to allways use the full timePeter Kjellerstedt2014-01-231-1/+5
* pybootchartgui: Correct the legendPeter Kjellerstedt2014-01-231-1/+1
* pybootchartgui: Add option --minutes to show time in minutesPeter Kjellerstedt2013-11-181-4/+7
* 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-181-3/+16
* pybootchartgui: Draw a lot less ticksPeter Kjellerstedt2013-11-181-0/+7
* 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: Import pybootchartgui 0.14.5Peter Kjellerstedt2013-11-181-131/+579
* scripts/pybootchart: Fix missing entries bugRichard Purdie2012-11-201-26/+27
* pybootchartgui: make the build profiling in picturesRobert Yang2012-06-151-39/+92
* pybootchartgui: add the original codeRobert Yang2012-06-151-0/+355