mclock(3F)
NAME
mclock − return Fortran time accounting
SYNOPSIS
integer i, mclock
i = mclock()
DESCRIPTION
mclock returns time accounting information about the current process and its child processes. The value returned is the sum of the current process’s user time and the user and system times of all child processes.
SEE ALSO
times(2), clock(3C), system(3F).
NOTES
When compiling source with the -Qocs option, an explicit underscore needs to be added to the end of the routine name.
CX/UX Hf77 Fortran Reference Manual