[PyQt] Re: how to optimize custom widgets drawing? it was faster with qt-4.2 then qt-4.3 and 4.4...

2008-11-13 Thread Marcell Mars
it seems it's definitively xorg... the same code doesn't push cpu up
to 100%... when it does it doesn't block X session completely...

with new X.Org X Server 1.5.2...

when refreshed every second python app goes up to 9% of cpu, X not
more then 23%...
when refreshed faster it gets of cpu as much as it gets from the
system.. but it doesn't block X session completely like before...

the interesting thing is that while wxWindows (written in C) gui
always (regardless being shown or not) spends the same amount of cpu
the PyQt4 app spends as it needs.. when not shown it doesn't use cpu
at all...

i hope this was of some interests for the others, too.. even noone
replied... it seems around 10 ppl went to watch the video ;)
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[PyQt] Re: how to optimize custom widgets drawing? it was faster with qt-4.2 then qt-4.3 and 4.4...

2008-11-12 Thread Marcell Mars
it's interesting that cpu goes up to 100% as X process not python... i have:

X Window System Version 1.3.0
Release Date: 19 April 2007

Current Operating System: Linux kom 2.6.26.3-rt3 #2 PREEMPT RT

01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY

i'll install new xorg-x11 and let you know if the issue remains the same...

best
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt