g77.info: ETime Intrinsic (function)
Go forward to Exit Intrinsic
Go backward to ETime Intrinsic (subroutine)
Go up to Table of Intrinsic Functions
Go to the top op g77
ETime Intrinsic (function)
ETime(TARRAY)
ETime: `REAL(KIND=1)' function.
TARRAY: `REAL(KIND=1)'; DIMENSION(2); INTENT(OUT).
Intrinsic groups: `unix'.
Description:
Return the number of seconds of runtime since the start of the
process's execution as the function value, and the user and system
components of this in `TARRAY(1)' and `TARRAY(2)' respectively. The
functions' value is equal to `TARRAY(1) + TARRAY(2)'.
On some systems, the underlying timings are represented using types
with sufficiently small limits that overflows (wraparounds) are
possible, such as 32-bit types. Therefore, the values returned by this
intrinsic might be, or become, negative, or numerically less than
previous values, during a single run of the compiled program.
For information on other intrinsics with the same name: *Note ETime
Intrinsic (subroutine)::.
Created Mon Nov 8 17:42:15 2004 on tillpc with info_to_html version 0.9.6.