LAPACK  3.7.0
LAPACK: Linear Algebra PACKage
double precision function dsecnd ( )

DSECND Using INTERNAL function CPU_TIME.

Purpose:
  DSECND returns the user time for a process in seconds.
  This version gets the time from the INTERNAL function CPU_TIME.
Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date
December 2016

Definition at line 37 of file dsecnd_INT_CPU_TIME.f.

37 *
38 * -- LAPACK auxiliary routine (version 3.7.0) --
39 * -- LAPACK is a software package provided by Univ. of Tennessee, --
40 * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
41 * December 2016
42 *
43 * =====================================================================
44 *
45 * .. Local Scalars ..
46 *
47  REAL t
48 *
49 * .. Intrinsic Functions ..
50 *
51  INTRINSIC cpu_time
52 *
53 * .. Executable Statements .. *
54 *
55  CALL cpu_time( t )
56  dsecnd = t
57  RETURN
58 *
59 * End of DSECND
60 *
double precision function dsecnd()
DSECND Using ETIME

Here is the call graph for this function: