---------- Forwarded message ---------- Date: Thu, 19 Oct 2000 08:58:10 +0200 From: "CRS - Psy Sel/SPO, COUSSEMENT Christophe, CPN" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: [REBOL] How to get interval in tenth of sec ? Re: Larry, Thanks you for the answer, I will go for a Java or Javascript solution for now. I hope RT will release the enhancement soon. Capitaine C. COUSSEMENT Forces Arm�es Belges Centre de Recrutement et de S�lection Section de Recherche Psychologique Project Officer Computer Aided Testing Bruynstraat B-1120 BRUSSELS (N-O-H) BELGIUM *************************************************** e-mail: [EMAIL PROTECTED] *************************************************** > -----Original Message----- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: woensdag 18 oktober 2000 19:18 > To: [EMAIL PROTECTED] > Subject: [REBOL] How to get interval in tenth of sec ? Re: > > Hi Cristophe, > > The short answer is NO. > > > Currently REBOL/Core/View can only return the system clock in seconds. > With > Command, you can access a C runtime DLL to get better resolution. Better > time resolution has been requested on this mail-list, but I don't know if > it > is on the RT "to do" list. > > -Larry > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, October 18, 2000 6:46 AM > Subject: [REBOL] How to get interval in tenth of sec ? > > > > > > Hi list: > > > > In the application i'm now developping, I need a mean to time a response > > interval to an item. > > I could use the classical : > > > > start-time: now/time > > delta-time: now/time - start-time > > > > but this produce a interval in seconds... > > > > I should need an interval in tenth of second ! > > > > Does REBOL/Core 2.3.0.3.1 support any function like CPU ( ) in some > other > > language ? > > > > Does anybody have any solution to this problem ? > > > > Thanks in advance !!! > > > > ;-) Christophe Coussement > > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
