by "=?ISO-8859-1?Q?S=E9bastien_de_Mapias?=" <sglrigaud@[EMAIL PROTECTED]
>
Jan 26, 2008 at 04:06 AM
Hi,
Is there a way to time the execution of a process in milliseconds
with GT.M ?
Kind of like:
new m1, m2
set m1 = $$timeInMillisecondsNow
;... processing
set m2 = $$timieInMillisecondsNow
new r
set r=m2-m1
write "it took ",r," millisecs to complete.",!
Thanks.
SR