elapsedtime               package:pgam               R Documentation

_U_t_i_l_i_t_y _f_u_n_c_t_i_o_n

_D_e_s_c_r_i_p_t_i_o_n:

     Gadget to compute the elapsed time of a process

_U_s_a_g_e:

     elapsedtime(st, et)

_A_r_g_u_m_e_n_t_s:

      st: start time

      et: end time

_D_e_t_a_i_l_s:

     Start and end times can be obtained with 'proc.time'.

_V_a_l_u_e:

     String with the elapsed time in 'hh:mm:ss' format.

_A_u_t_h_o_r(_s):

     Washington Leite Junger wjunger@ims.uerj.br

_S_e_e _A_l_s_o:

     'pgam'

