Re: scrolling python-efl

2009-02-04 Thread Michael 'Mickey' Lauer
First off, try disabling the battery gadget, it makes Enlightenment consume 25% CPU due to some oddities in batget. Then, profile your app and find out in which calls you're spending the time. -- :M: ___ devel mailing list devel@lists.openmoko.org ht

Re: scrolling python-efl

2009-02-04 Thread The Rasterman
On Wed, 04 Feb 2009 09:53:27 +0100 Mirko Lindner said: > Hi, > > I noticed that on fso MS% scrolling in python-efl has gotten drastically > slow. The cpu goes up to over 90%. I tested with a C implementation (the > elementary tests) and it only goes up to 50% and hence is much, much better. >

scrolling python-efl

2009-02-04 Thread Mirko Lindner
Hi, I noticed that on fso MS% scrolling in python-efl has gotten drastically slow. The cpu goes up to over 90%. I tested with a C implementation (the elementary tests) and it only goes up to 50% and hence is much, much better. Is there any way to fix this problem with python-efl? /mirko _