Timing functions in FORTRAN

Timing functions in FORTRAN

Post by bg.. » Sat, 05 Oct 1991 03:50:09



Does anyone know: Are there any builtin functions for FORTRAN
that are equivalent to the C " time()" function?

signature

David B Guan

 
 
 

Timing functions in FORTRAN

Post by Dan Pren » Sun, 06 Oct 1991 09:08:30


|> Does anyone know: Are there any builtin functions for FORTRAN
|> that are equivalent to the C " time()" function?

MCLOCK() returns the current process's user time, in clock ticks.
(On the RISC System/6000, the clock tick is 1/100 second.)
--