Go to the first, previous, next, last section, table of contents.


ETime Intrinsic (subroutine)

CALL ETime(Result, TArray)

Result: REAL(KIND=1); scalar; INTENT(OUT).

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 in Result, and the user and system components of this in `TArray(1)' and `TArray(2)' respectively. The value of Result is equal to `TArray(1) + TArray(2)'.

Some non-GNU implementations of Fortran provide this intrinsic as only a function, not as a subroutine.

For information on other intrinsics with the same name: See section ETime Intrinsic (function).


Go to the first, previous, next, last section, table of contents.