# File lib/mini_profiler/gc_profiler.rb, line 3
  def initialize
    @ignore = []
    @ignore << @ignore.__id__
  end