memory.profile             package:base             R Documentation

_P_r_o_f_i_l_e _t_h_e _U_s_a_g_e _o_f _C_o_n_s _C_e_l_l_s

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

     Lists the usage of the cons cells by 'SEXPREC' type.

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

     memory.profile()

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

     The current types and their uses are listed in the include file
     'Rinternals.h'.

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

     A vector of counts, named by the types.  See 'typeof' for an
     explanation of types.

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

     'gc' for the overall usage of cons cells.

_E_x_a_m_p_l_e_s:

     memory.profile()

