class Rspec::Core::Configuration

def profile_examples

Enable profiling of example run - defaults to false
def profile_examples
  @options[:profile_examples]
end