bootchart
bootchart copied to clipboard
What could be the problem here... (ZeroDivisionError: float division by zero)
Can you please help us, what could be the problem in generated bootchart data? attached data as well...
k@IND81LW7Q2-W:/tmp/android-bootchart$ pybootchartgui bootchart.tar
parsing 'bootchart.tar'
parsing 'header'
parsing 'proc_stat.log'
parsing 'proc_ps.log'
parsing 'proc_diskstats.log'
merged 0 logger processes
pruned 146 process, 0 exploders, 1 threads, and 1 runs
False
Traceback (most recent call last):
File "/usr/bin/pybootchartgui", line 23, in
This might be a bit late, and I'm just a user of this application, but I think the issue lies in the pruning algorithm. I can make your bootchart.tar work just fine with the following:
python3 ./pybootchartgui.py --show-all -n -f svg bootchart.tar
I could most probably fix this, but I think the owner of this repo disappeared.