mclock(3F) mclock(3F)NAME mclock - returns 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 system times of all child processes. SEE ALSO times(2), clock(3C), system(3F) January 1992 1