MCLOCK(3F) SysV MCLOCK(3F)
NAME
mclock - return FORTRAN time accounting
SYNOPSIS
integer i
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' user time and the user and system times of all child processes.
SEE ALSO
times(2), clock(3C), system(3F).