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
>