On Wed, 2009-04-22 at 12:01 +1000, Ramana Kumar wrote:
> Here are the stats on my 32-bit dual core machine with a different
> video card. It still takes 8 seconds - is that too slow? If so, I must
> be doing something wrong, because the hardware is reasonably different
> - all the similarities are in my setup.
> ram...@archbox ~ % ikarus
> Ikarus Scheme version 0.0.4-rc1+ (revision 1747, build 2009-04-22)
> Copyright (c) 2006-2008 Abdulaziz Ghuloum
> 
> > (time (eval '(list glutInit glBegin) (environment '(rnrs) '(gl) '(glut))))
> running stats for (eval '(list glutInit glBegin) (environment '(rnrs)
> '(gl) '(glut))):
>     28 collections
>     8192 ms elapsed cpu time, including 652 ms collecting
>     8201 ms elapsed real time, including 655 ms collecting
>     116736320 bytes allocated
> (#<procedure glutInit> #<procedure glBegin>)

On my 32-bit single-core Pentium Celeron M 1.6 GHz and 1.2 GB RAM and no
3D video card, I get:

Ikarus Scheme version 0.0.4-rc1+ (revision 1767, build 2009-04-20)
Copyright (c) 2006-2009 Abdulaziz Ghuloum

> (time (eval '(list glutInit glBegin) (environment '(rnrs) '(gl) '(glut))))
running stats for (eval '(list glutInit glBegin) (environment '(rnrs) '(gl) 
'(glut))):
    30 collections
    6872 ms elapsed cpu time, including 556 ms collecting
    7633 ms elapsed real time, including 633 ms collecting
    124813328 bytes allocated
(#<procedure glutInit> #<procedure glBegin>)
> 


-- 
: Derick
----------------------------------------------------------------

Reply via email to