Re: [Mypaint-discuss] Howto performance tests

2013-10-17 Thread David Revoy
On Tue, Oct 15, 2013 at 11:21 PM, Jon Nordby jono...@gmail.com wrote:

 Hi David,
 please scream loudly when things change in master that cause problems
 for your workflow. Quick feedback from artists is critical for us.


Hi Jon !
Ok, I'll do it :-)


 To confirm: Between these two screenshots, you only changed MyPaint
 version right? No changes to GTK+ version or anything else?

Yes, I only changed from Mypaint 1.1 package from :
 - 1st version : installed from pacman arch repo ; version 1.1
 - 2nd version : cloned git repo, get the dependencies and built Mypaint
Git ( also removed with pacman 1.1, and moved ~/.mypaint to ~/.mypaint-old
to avoid conflict )
My system / Gtk version was the same in both test. Other main workstation
here got Manjaro default's Xfce desktop. Same results ( and same packages
versions ).



 Could you test a small thing for me on git master? (remember that you
 don't have to install it, can just run straight from source
 directory).

Sure, I did all the test. I prefered to 'scon clean' and reinstall each
time to ensure the change was really done when I ran Mypaint.
Here are the results ( screenshoted )


 In gui/canvasevent.py change
 MOTION_QUEUE_PRIORITY = gobject.PRIORITY_DEFAULT_IDLE

http://i.imgur.com/efvqJj4.jpg


 MOTION_QUEUE_PRIORITY = gobject.PRIORITY_HIGH_IDLE + 10

http://i.imgur.com/C0WIhXT.jpg

MOTION_QUEUE_PRIORITY = gobject.PRIORITY_HIGH

http://i.imgur.com/BDVFUec.jpg



 Does that make the performance any better?

The three experiences , as you see on the screenshot were similar. At least
on a 'feeling' point of view.
___
Mypaint-discuss mailing list
Mypaint-discuss@gna.org
https://mail.gna.org/listinfo/mypaint-discuss


Re: [Mypaint-discuss] Howto performance tests

2013-10-17 Thread Jon Nordby
On 17 October 2013 09:59, David Revoy davidre...@gmail.com wrote:

 On Tue, Oct 15, 2013 at 11:21 PM, Jon Nordby jono...@gmail.com wrote:

 Hi David,
 please scream loudly when things change in master that cause problems
 for your workflow. Quick feedback from artists is critical for us.


 Hi Jon !
 Ok, I'll do it :-)

Thanks!


 To confirm: Between these two screenshots, you only changed MyPaint
 version right? No changes to GTK+ version or anything else?

 Yes, I only changed from Mypaint 1.1 package from :
  - 1st version : installed from pacman arch repo ; version 1.1
  - 2nd version : cloned git repo, get the dependencies and built Mypaint Git
 ( also removed with pacman 1.1, and moved ~/.mypaint to ~/.mypaint-old to
 avoid conflict )
 My system / Gtk version was the same in both test. Other main workstation
 here got Manjaro default's Xfce desktop. Same results ( and same packages
 versions ).

I completely forgot that 1.1 uses GTK+2, so that of course explains
the difference.



 Could you test a small thing for me on git master? (remember that you
 don't have to install it, can just run straight from source
 directory).

 Sure, I did all the test. I prefered to 'scon clean' and reinstall each time
 to ensure the change was really done when I ran Mypaint.
 Here are the results ( screenshoted )


 In gui/canvasevent.py change
 MOTION_QUEUE_PRIORITY = gobject.PRIORITY_DEFAULT_IDLE

 http://i.imgur.com/efvqJj4.jpg


 MOTION_QUEUE_PRIORITY = gobject.PRIORITY_HIGH_IDLE + 10

 http://i.imgur.com/C0WIhXT.jpg

 MOTION_QUEUE_PRIORITY = gobject.PRIORITY_HIGH

 http://i.imgur.com/BDVFUec.jpg



 Does that make the performance any better?

 The three experiences , as you see on the screenshot were similar. At least
 on a 'feeling' point of view.

Thanks for testing. Looks like there is not much to gain, at least not
when the system is not heavily loaded.

-- 
Jon Nordby - www.jonnor.com

___
Mypaint-discuss mailing list
Mypaint-discuss@gna.org
https://mail.gna.org/listinfo/mypaint-discuss