# File lib/rspec/core/reporter.rb, line 91
    def stop
      @duration = (RSpec::Core::Time.now - @start).to_f if @start
      notify :stop
    end