# File lib/rcov/formatters/html_profiling.rb, line 6
      def initialize(opts = {})
        options = DEFAULT_OPTS.clone.update(opts)
        super(options)
        @max_cache = {}
        @median_cache = {}
      end