Oct. 28, 2014
6:38 p.m.
It is even better, sometimes it works ;-) # time ./pharo Pharo.image eval '5 asSeconds asDelay wait' a Delay(5000 msecs) real 0m0.696s user 0m0.580s sys 0m0.060s # time ./pharo Pharo.image eval '5 asSeconds asDelay wait' a Delay(5000 msecs) real 0m5.755s user 0m0.812s sys 0m0.080s Weird ! Must have something todo with virtual hardware ...
On 28 Oct 2014, at 18:24, Norbert Hartl <norbert@hartl.name> wrote:
I just recognized that Delay is working in a strange way on my linux box
$ time pharo-vm-nox ./Pharo.image eval "(Delay forSeconds: 5) wait" a Delay(5000 msecs)
real 0m0.158s user 0m0.136s sys 0m0.020s
I use the vm from the ppa. What do you get when you execute it?
Norbert