# File lib/cucumber/formatter/profile.rb, line 10
      def initialize(step_mother, io, options)
        super
        @step_definition_durations = Hash.new { |h,step_definition| h[step_definition] = [] }
      end