class RSpec::Core::Profiler

def initialize

def initialize
  @example_groups = Hash.new { |h, k| h[k] = { :count => 0 } }
end