home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / sysclock.z / sysclock
Encoding:
Text File  |  2002-10-03  |  1.9 KB  |  41 lines

  1. SYSCLOCK(3F)                                          Last changed: 1-22-99
  2.  
  3.  
  4. NNAAMMEE
  5.      SSYYSSCCLLOOCCKK - Returns real-time clock value and number of wraps
  6.  
  7. SSYYNNOOPPSSIISS
  8.      IINNTTEEGGEERR IICCOOUUNNTT,, IIWWRRAAPP
  9.  
  10.      CCAALLLL SSYYSSCCLLOOCCKK (_i_c_o_u_n_t,, _i_w_r_a_p)
  11.  
  12. IIMMPPLLEEMMEENNTTAATTIIOONN
  13.      UNICOS and UNICOS/mk systems
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.      SSYYSSCCLLOOCCKK returns the same real-time clock count returned by the _c_o_u_n_t
  17.      argument to the Fortran 90 SSYYSSTTEEMM__CCLLOOCCKK intrinsic subroutine.
  18.  
  19.      On systems with default 32-bit integer data type, the real-time clock
  20.      value for SSYYSSTTEEMM__CCLLOOCCKK reaches _c_o_u_n_t__m_a_x and wraps around to 0
  21.      occasionally.  The number of times that the clock has wrapped is
  22.      returned in _i_w_r_a_p.  By using _i_w_r_a_p, you can reliably time intervals
  23.      during which the clock may have wrapped one or more times.
  24.  
  25.      Use the _c_o_u_n_t__r_a_t_e argument on the SSYYSSTTEEMM__CCLLOOCCKK intrinsic subroutine
  26.      to determine the clock rate for SSYYSSCCLLOOCCKK.
  27.  
  28.      When using the CF90 compiler on UNICOS or UNICOS/mk system, all
  29.      arguments must be of default kind unless documented otherwise.  On
  30.      UNICOS and UNICOS/mk, default kind is KKIINNDD==88 for integer, real,
  31.      complex, and logical arguments.
  32.  
  33. RREETTUURRNN VVAALLUUEESS
  34.      _i_w_r_a_p always returns 0 on 64-bit systems.
  35.  
  36. SSEEEE AALLSSOO
  37.      IIRRTTCC(3I), SSYYSSTTEEMM__CCLLOOCCKK(3I), TTIIMMEEFF(3F)
  38.  
  39.      _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 for the printed
  40.      version of this man page.
  41.