# File lib/ruby-prof/rack.rb, line 5
    def initialize(app)
      @app = app
    end