home *** CD-ROM | disk | FTP | other *** search
- SYSCLOCK(3F) Last changed: 2-6-97
-
-
- NNAAMMEE
- SSYYSSCCLLOOCCKK - Returns real-time clock value and number of wraps
-
- SSYYNNOOPPSSIISS
- IINNTTEEGGEERR IICCOOUUNNTT,, IIWWRRAAPP
-
- CCAALLLL SSYYSSCCLLOOCCKK (_i_c_o_u_n_t,, _i_w_r_a_p)
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- DDEESSCCRRIIPPTTIIOONN
- SSYYSSCCLLOOCCKK returns the same real-time clock count returned by the _c_o_u_n_t
- argument to the Fortran 90 SSYYSSTTEEMM__CCLLOOCCKK intrinsic subroutine.
-
- On 32-bit systems, the real-time clock value for SSYYSSTTEEMM__CCLLOOCCKK reaches
- _c_o_u_n_t__m_a_x and wraps around to 0 occasionally. The number of times
- that the clock has wrapped is returned in _i_w_r_a_p. By using _i_w_r_a_p, you
- can reliably time intervals during which the clock may have wrapped
- one or more times.
-
- Use the _c_o_u_n_t__r_a_t_e argument on the SSYYSSTTEEMM__CCLLOOCCKK intrinsic subroutine
- to determine the clock rate for SSYYSSCCLLOOCCKK.
-
- When using the CF90 compiler or MIPSpro Cray Fortran 90 compiler on
- UNICOS, UNICOS/mk, or IRIX, all arguments must be of default kind
- unless documented otherwise. On UNICOS and UNICOS/mk, default kind is
- KKIINNDD==88 for integer, real, complex, and logical arguments; on IRIX, the
- default kind is KKIINNDD==44.
-
- RREETTUURRNN VVAALLUUEESS
- _i_w_r_a_p always returns 0 on 64-bit systems.
-
- SSEEEE AALLSSOO
- IIRRTTCC(3I), SSYYSSTTEEMM__CCLLOOCCKK(3I), TTIIMMEEFF(3F)
-
- _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-
- 2165, for the printed version of this man page.
-