gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] Bug report: sleep and time


From: Camm Maguire
Subject: Re: [Gcl-devel] Bug report: sleep and time
Date: 16 Sep 2002 13:32:56 -0400

Greetings!

Peter Wood <address@hidden> writes:

> Hi
> 
> On a Gnu/Linux system (x86) using CVS Gcl downloaded on Sat Sep 14
> 19:55:11 CEST 2002.
> 
> (sleep n) appears to return immediately for any value of n < 0.5.
> 

Just checked in a sleep for fractional seconds -- please check it out!

> #'time is reporting 'optimistically' :-)
> (time (explode "abc"))
> 
> real time : 0.000 secs
> run time  : 0.000 secs
> (#\a #\b #\c)
> 
> 

As you noted later, this is correct.  The accuracy of gcl's time is
correctly limited to 0.01 seconds on my system at least -- this is the
granularity of the system clock.  I'll assume nothing needs to be done
here unless I hear otherwise.  Others had suggested previously that we
should add a gbc time to the output.  Spec says its up t us.

Take care,


> (time (explode-2 "abc"))
> 
> real time : 0.000 secs
> run time  : 0.000 secs
> (#\a #\b #\c)
> 
> These same bugs existed in CVS Gcl dowloaded on Mon Aug 26 18:37:19
> CEST 2002.
> 
> Regards,
> Peter
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]