My results : VM Mac (john) : 4.1.1b2U Image : pharo0.1-10324dev Just with the workspace windows : 0:00:00:06.6051 With an OBPackageBrowser taking fullscreen : 0:00:00:06.6048
VM Mac (john) : 4.1.1b2U Image : pharo0.1-core10331cl Just with the workspace windows : 0:00:00:06.6047 With an OBPackageBrowser taking fullscreen : 0:00:00:06.6056 Luc Le 12 juin 2009 08:12, Stéphane Ducasse <[email protected]> a écrit : > Hi guys > > could you run the following: > > >> [ > >> (m := Morph new) openInWorld. > >> 1 to: 300 do: [:i | > >> m position: m position + (1...@1). > >> World doOneCycle] > >> ] > >> durationToRun > > because [email protected] did it and here are the result > > * vm : pharo-vm-0.15.1b-linux > * image : pharo0.1-10332dev09.06.2 > - Test 1 : Project est vide, juste le workspace ouvert à l'opposé du > trajet > Résultat 0:00:00:07.704 > - Test 2 : ClassBrowser recouvrant tout le 'World' > Résultat : 0:00:00:00.689 > > - Test 1 > * vm : squeak3.9.8-3ubuntu3 > * image : Squeak-dev 3.10.2 > - Test 1 : Project est vide, juste le workspace ouvert à l'opposé du > trajet > Résultat : 0:00:00:02.098 > - Test 2 : ClassBrowser recouvrant tout le 'World' > Résultat : 0:00:00:00.608 > Donc contrairement à ce qu'il semblait être logique, > le morph avance plus vite si le "World" n'est pas vide. > > Stéphane Rollandin a écrit : > > > > [ > > (m := Morph new) openInWorld. > > 1 to: 300 do: [:i | > > m position: m position + (1...@1). > > World doOneCycle] > > ] > > durationToRun > > > > retourne 0:00:00:00.373 dans mon image, soit un gros tiers de > > seconde. on est loin des 6 s > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >
_______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
