MCLOCK(3F-SVR3) RISC/os Reference Manual MCLOCK(3F-SVR3)
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's user time and the user and sys-
tem times of all child processes.
WARNING
For -systype svr3, mclock returns ticks based on HZ=100, and
for -systype bsd43 mclock uses HZ=60 for compatibility with
UMIPS-BSD.
SEE ALSO
times(2), clock(3C), system(3F).
Printed 11/19/92 Page 1