Riccardo Magliocchetti

Results 69 issues of Riccardo Magliocchetti

``` /bootchart/pybootchartgui/parsing.py:101: SyntaxWarning: "is" with a literal. Did you mean "=="? if pid is 0: /bootchart/pybootchartgui/draw.py:511: SyntaxWarning: "is not" with a literal. Did you mean "!="? if (OPTIONS.show_pid or OPTIONS.show_all)...

Run `make && make test` at branch push.

From Thomas De Schampheleire: I'm trying out bootchart2 on an embedded Linux system, using an initramfs as main rootfs (no harddisk or other permanent storage). I am having a number...

130d775e230636f2e15cd7f766bec7a84d6b2461 introduced reading the value of bootchart_init from an environment variable. Since this is a lot cleaner that looping on arguments i think we should investigate if the old code...

Micheal, pybootchargui reported this: Missing CONFIG_PROC_EVENTS: no parent for pid '1001' ('bootchartd') with ppid '0' Missing CONFIG_PROC_EVENTS: no parent for pid '1002' ('init') with ppid '0' Missing CONFIG_PROC_EVENTS: no parent...

Would be nice to optionally support a requestAnimationFrame backend. requestAnimationFrame has the advantage of being lighter on resource usage on out of focus tabs at the cost of longer timeout....

It would be nice to be able to override the animation function. I've been asked to change the animation of the movement between first and last position and one cannot...

Found by cppcheck. Please note I can't test the change because of #30

Instead of object which is not documented in DRF and for some reason does not work here.

To make it easier for runtime user to choose a generated parser compatible for the runtime. Runtime 4.10 broke compatibility with parser compiled with 4.7.2 that were working till 4.9.X...