# File lib/rspec/core/reporter.rb, line 54
    def stop
      @duration = Time.now - @start
      notify :stop
    end