# File lib/parallel_specs/spec_runtime_logger.rb, line 4
  def initialize(*args)
    super
    @example_times = Hash.new(0)
  end