# File lib/cucumber/formatter/profile.rb, line 15
      def step(step)
        @step_duration = Time.now
        @step = step
        super
      end