| www.delorie.com/gnu/docs/gcc/g77_260.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
MClock() |
MClock: INTEGER(KIND=1) function.
Intrinsic groups: unix.
Description:
Returns the number of clock ticks since the start of the process.
Supported on systems with clock(3) (q.v.).
This intrinsic is not fully portable, such as to systems
with 32-bit INTEGER types but supporting times
wider than 32 bits.
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.
See section 8.11.9.186 MClock8 Intrinsic, for information on a similar intrinsic that might be portable to more GNU Fortran implementations, though to fewer Fortran compilers.
If the system does not support clock(3),
-1 is returned.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |