index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
green
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
morty
morty-next
pinky
purple
pyro
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
pybootchartgui
/
pybootchartgui
Commit message (
Expand
)
Author
Age
Files
Lines
*
pybootchartgui: write the max values in the graph legend
Martin Jansa
2022-08-04
1
-15/+18
*
pybootchartgui: fix 2 SyntaxWarnings
Martin Jansa
2022-08-04
1
-2/+2
*
pybootchartgui: render memory pressure as well
Martin Jansa
2022-08-04
3
-3/+54
*
pybootchartgui: render cpu and io pressure
Aryaman Gupta
2022-06-29
3
-0/+122
*
pybootchart: Avoid divide by zero
Richard Purdie
2021-09-21
1
-1/+4
*
pybootchart/draw: Avoid divide by zero error
Richard Purdie
2021-05-02
1
-1/+1
*
scripts/pybootchartgui: Fix to work with python 3.8
Richard Purdie
2020-03-15
1
-3/+3
*
fix various, innocuous typos
Robert P. J. Day
2020-02-18
1
-1/+1
*
scripts/pybootchart/draw: Fix some bounding problems
Richard Purdie
2019-05-08
1
-1/+5
*
scripts/pybootchart/draw: Clarify some variable names
Richard Purdie
2019-05-08
1
-9/+10
*
scripts/pybootchart: Port to python3
Richard Purdie
2019-05-08
3
-117/+117
*
scripts/pybootchart: Fix mixed indentation
Richard Purdie
2019-05-08
1
-689/+689
*
pybootchartgui: support reading reduced /proc logs
Patrick Ohly
2016-12-07
1
-0/+31
*
pybootchartgui: simplify drawing of memory usage
Patrick Ohly
2016-12-07
3
-7/+23
*
pybootchartgui: render disk space usage
Patrick Ohly
2016-12-07
3
-0/+99
*
pybootchartgui/parsing.py: fix error handling in meminfo parser
Patrick Ohly
2016-12-07
1
-1/+1
*
pybootchartgui/draw.py: skip empty CPU and disk usage charts
Patrick Ohly
2016-12-07
1
-48/+50
*
pybootchartgui: show system utilization
Patrick Ohly
2016-12-07
2
-20/+57
*
pybootchartgui/draw.py: fix drawing of samples not starting at zero
Patrick Ohly
2016-12-07
1
-1/+1
*
pybootchartgui/draw.py: allow moving process chart up and down
Patrick Ohly
2016-12-07
1
-1/+1
*
scripts/pybootchart: Fix print statement
Richard Purdie
2016-06-03
1
-3/+1
*
scripts: python3: get rid of __future__ imports
Ed Bartosh
2016-06-03
2
-5/+0
*
pybootchartgui: Add option -T to allways use the full time
Peter Kjellerstedt
2014-01-23
3
-5/+20
*
pybootchartgui: Adopt the width of the index in split output files
Peter Kjellerstedt
2014-01-23
1
-1/+3
*
pybootchartgui: Simplify adding processes to the trace
Peter Kjellerstedt
2014-01-23
1
-25/+14
*
pybootchartgui: Correct the legend
Peter Kjellerstedt
2014-01-23
1
-1/+1
*
pybootchartgui: Make the -s option work again
Peter Kjellerstedt
2014-01-23
1
-4/+5
*
pybootchartgui: Add option --minutes to show time in minutes
Peter Kjellerstedt
2013-11-18
2
-4/+9
*
pybootchartgui: Add a color for the package_write_* tasks
Peter Kjellerstedt
2013-11-18
1
-0/+8
*
pybootchartgui: Reorder the legend to match the task execution order
Peter Kjellerstedt
2013-11-18
1
-6/+6
*
pybootchartgui: Make bars without a specified color white
Peter Kjellerstedt
2013-11-18
1
-0/+2
*
pybootchartgui: Make "Show more" show all processes
Peter Kjellerstedt
2013-11-18
4
-12/+27
*
pybootchartgui: Draw a lot less ticks
Peter Kjellerstedt
2013-11-18
1
-0/+7
*
pybootchartgui: Disable options that do not make sense
Peter Kjellerstedt
2013-11-18
1
-15/+25
*
pybootchartgui: No need to do a double list comprehension over files
Peter Kjellerstedt
2013-11-18
1
-2/+1
*
pybootchartgui: Avoid having overlapping process bars
Peter Kjellerstedt
2013-11-18
1
-1/+1
*
pybootchartgui: Use correct header height
Peter Kjellerstedt
2013-11-18
1
-3/+3
*
pybootchartgui: Correct the X offset for the chart
Peter Kjellerstedt
2013-11-18
1
-2/+2
*
pybootchartgui: Set the initial state of "Show more" correctly
Peter Kjellerstedt
2013-11-18
1
-0/+1
*
pybootchartgui: Make the horizontal scaling stay within bounds
Peter Kjellerstedt
2013-11-18
1
-2/+2
*
pybootchartgui: Import pybootchartgui 0.14.5
Peter Kjellerstedt
2013-11-18
10
-826/+2036
*
scripts/pybootchart: Allow minimum task length to be configured from the comm...
Richard Purdie
2012-11-20
2
-10/+12
*
scripts/pybootchart: Fix missing entries bug
Richard Purdie
2012-11-20
2
-34/+48
*
pybootchartgui: Fix the filename and add a default format
Robert Yang
2012-06-15
1
-19/+14
*
pybootchartgui: split the output chart into multiple ones
Robert Yang
2012-06-15
2
-2/+48
*
pybootchartgui: make the build profiling in pictures
Robert Yang
2012-06-15
4
-64/+122
*
pybootchartgui: add the original code
Robert Yang
2012-06-15
10
-0/+1479