ETIME(3F) — FORTRAN LIBRARY ROUTINES
NAME
etime, dtime − return elapsed execution time
SYNOPSIS
real function etime (tarray)
real tarray(2) real function dtime (tarray)
real tarray(2)
DESCRIPTION
These two routines return elapsed runtime in seconds for the calling process. Dtime returns the elapsed time since the last call to dtime, or the start of execution on the first call.
The argument array returns user time in the first element and system time in the second element. Elapsed time, the returned value, is the sum of user and system time.
The resolution is determined by the system clock frequency.
FILES
/usr/lib/libU77.a
SEE ALSO
Sun Release 4.0 — Last change: 9 January 1984