4.3BSD-Reno/share/man/cat3f/etime.0

Compare this file to the similar file:
Show the results in this format:




ETIME(3F)		      1985			ETIME(3F)



NNAAMMEE
     etime, dtime - return elapsed execution time

SSYYNNOOPPSSIISS
     ffuunnccttiioonn eettiimmee ((ttaarrrraayy))
     rreeaall ttaarrrraayy((22))

     ffuunnccttiioonn ddttiimmee ((ttaarrrraayy))
     rreeaall ttaarrrraayy((22))

DDEESSCCRRIIPPTTIIOONN
     These two routines return elapsed runtime in seconds for the
     calling process.  _D_t_i_m_e returns the elapsed time since the
     last call to _d_t_i_m_e, or the start of execution on the first
     call.

     The argument array returns user time in the first element
     and system time in the second element.  The function value
     is the sum of user and system time.

     The resolution of all timing is 1/HZ sec. where HZ is
     currently 60.

FFIILLEESS
     /usr/lib/libU77.a

SSEEEE AALLSSOO
     times(2)



























Printed 7/27/90                May				1