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


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)'.

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


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