home *** CD-ROM | disk | FTP | other *** search
- TIMEF(3F) Last changed: 1-6-98
-
-
- NNAAMMEE
- TTIIMMEEFF - Returns elapsed wall-clock time in milliseconds since the
- previous call to TTIIMMEEFF
-
- SSYYNNOOPPSSIISS
- RREEAALL ((KKIINNDD==88)) TTIIMMEEFF
- _t_i_m_e_f==TTIIMMEEFF(())
-
- UNICOS systems:
- CCAALLLL TTIIMMEEFF((_t_i_m_e_f)
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- DDEESSCCRRIIPPTTIIOONN
- On IRIX systems, this routine is in lliibbffffiioo..ssoo which is linked by
- default when compiling programs with the MIPSpro 7 Fortran 90 compiler
- or when compiling programs with the --ccrraayylliibbss option to the MIPSpro
- 7.2 F77 compiler.
-
- TTIIMMEEFF returns the elapsed wall-clock time since a call to TTIIMMEEFF.
-
- The following is a list of valid arguments for this routine.
-
- _t_i_m_e_f Elapsed wall-clock time (a real number in milliseconds)
- since the initial call to TTIIMMEEFF. This argument must be of
- type real. The initial call to TTIIMMEEFF returns 0.0.
-
- NNOOTTEESS
- If TTIIMMEEFF calculates a negative value for the elapsed wall-clock time,
- it resets the initial value of the clock to the current value of the
- lock and returns 0.0.
-
- SSEEEE AALLSSOO
- _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.
-
-