1 *> \brief \b SECOND Using ETIME_
3 * =========== DOCUMENTATION ===========
5 * Online html documentation available at
6 * http://www.netlib.org/lapack/explore-html/
11 * REAL FUNCTION SECOND( )
19 *> SECOND returns the user time for a process in seconds.
20 *> This version gets the time from the system function ETIME_.
26 *> \author Univ. of Tennessee
27 *> \author Univ. of California Berkeley
28 *> \author Univ. of Colorado Denver
31 *> \date November 2011
33 *> \ingroup auxOTHERauxiliary
35 * =====================================================================
36 REAL FUNCTION SECOND( )
38 * -- LAPACK auxiliary routine (version 3.4.0) --
39 * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
41 * =====================================================================
49 * .. External Functions ..
53 * .. Executable Statements ..