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


Second Intrinsic (subroutine)

CALL Second(Seconds)

Seconds: REAL; scalar; INTENT(OUT).

Intrinsic groups: unix.

Description:

Returns the process's runtime in seconds in Seconds---the same value as the UNIX function etime returns.

This routine is known from Cray Fortran. See section CPU_Time Intrinsic for a standard equivalent.

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


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