| www.delorie.com/gnu/docs/gcc/g77_296.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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.
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.
This routine is known from Cray Fortran. See section 8.11.9.49 CPU_Time Intrinsic, for a standard equivalent.
For information on other intrinsics with the same name: See section 8.11.9.220 Second Intrinsic (function).
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |