Module: SassProf::Timer

Defined in:
lib/sass-prof/timer.rb

Constant Summary collapse

SUMMARIES =
[
  :t_total,
  # :m_total,
  :t_var_total,
  :cnt_var_total,
  :cnt_var_global_total,
  :cnt_var_local_total,
  :t_fundef_total,
  :cnt_fundef_total,
  :t_fun_total,
  :cnt_fun_total,
  :t_mixdef_total,
  :cnt_mixdef_total,
  :t_mix_total,
  :cnt_mix_total,
  # :t_ext_total,
  # :cnt_ext_total,
]