S+ers,
Forgive me for sending a query not related to S+;
This is on FORTRAN (77 / 90)
Is there any way, for calculating the running time of an assignment in milli
seconds or in seconds?
Or any functions to do it as that is similar to CLOCK function in C++?
For example, I wish to calculate the running time of the following:
a(1) = 400
do I= 1, 1000
a(i) = a(i-1) + i**2
Thanks in advance.
rgds,
R-
-----------------------------------------------------------------------
This message was distributed by s-news@wubios.wustl.edu. To unsubscribe
send e-mail to s-news-request@wubios.wustl.edu with the BODY of the
message: unsubscribe s-news
|