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 / timef.z / timef
Encoding:
Text File  |  2002-10-03  |  1.6 KB  |  40 lines

  1. TIMEF(3F)                                             Last changed: 1-22-99
  2.  
  3.  
  4. NNAAMMEE
  5.      TTIIMMEEFF - Returns elapsed wall-clock time in milliseconds since the
  6.      previous call to TTIIMMEEFF
  7.  
  8. SSYYNNOOPPSSIISS
  9.      RREEAALL ((KKIINNDD==88)) TTIIMMEEFF
  10.      _t_i_m_e_f==TTIIMMEEFF(())
  11.  
  12.      UNICOS systems:
  13.      CCAALLLL TTIIMMEEFF((_t_i_m_e_f)
  14.  
  15. IIMMPPLLEEMMEENNTTAATTIIOONN
  16.      UNICOS, UNICOS/mk, and IRIX systems
  17.  
  18. DDEESSCCRRIIPPTTIIOONN
  19.      On IRIX systems, this routine is in lliibbffffiioo..ssoo which is linked by
  20.      default when compiling programs with the MIPSpro 7 Fortran 90 compiler
  21.      or when compiling programs with the --ccrraayylliibbss option to the MIPSpro
  22.      F77 compiler.
  23.  
  24.      TTIIMMEEFF returns the elapsed wall-clock time since a call to TTIIMMEEFF.
  25.  
  26.      The following is a list of valid arguments for this routine.
  27.  
  28.      _t_i_m_e_f     Elapsed wall-clock time (a real number in milliseconds)
  29.                since the initial call to TTIIMMEEFF.  This argument must be of
  30.                type real.  The initial call to TTIIMMEEFF returns 0.0.
  31.  
  32. NNOOTTEESS
  33.      If TTIIMMEEFF calculates a negative value for the elapsed wall-clock time,
  34.      it resets the initial value of the clock to the current value of the
  35.      lock and returns 0.0.
  36.  
  37. SSEEEE AALLSSOO
  38.      _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
  39.      version of this man page.
  40.