LAPACK  3.7.0
LAPACK: Linear Algebra PACKage
real function second ( )

SECOND returns nothing

Purpose:
  SECOND returns nothing instead of returning the user time for a process in seconds.
  If you are using that routine, it means that neither EXTERNAL ETIME,
  EXTERNAL ETIME_, INTERNAL ETIME, INTERNAL CPU_TIME is available  on
  your machine.
Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date
December 2016

Definition at line 39 of file second_NONE.f.

39 *
40 * -- LAPACK auxiliary routine (version 3.7.0) --
41 * -- LAPACK is a software package provided by Univ. of Tennessee, --
42 * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
43 * December 2016
44 *
45 * =====================================================================
46 *
47  second = 0.0e+0
48  RETURN
49 *
50 * End of SECOND
51 *
real function second()
SECOND Using ETIME

Here is the call graph for this function: