Return user time for a process.
val = second()
val = dsecnd()
The functions second/dsecnd return the user time for a process in seconds. These versions get the time from the system function etime. The difference is that dsecnd returns the result with double precision.
REAL for second
DOUBLE PRECISION for dsecnd
User time for a process.