# File lib/rack/perftools_profiler/profiler_middleware.rb, line 18
    def initialize(app, options = {})
      @app = app
      @profiler = Profiler.new(@app, options.clone)
    end