# File lib/merb-core/rack/middleware/profiler.rb, line 12
      def initialize(app, types = [RubyProf::ALLOCATIONS, RubyProf::PROCESS_TIME])
        super(app)
        @types = types
      end