Return user time for a process.
Syntax
val = second()
val = dsecnd()
Include Files
The FORTRAN 77 interfaces are specified in the mkl_lapack.fi include file (to be used in Fortran programs) and in the mkl_lapack.h include file (to be used in C programs).
Description
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.
Output Parameters
- val
REAL for second
DOUBLE PRECISION for dsecnd
User time for a process.