# File lib/rack/perftools_profiler.rb, line 19
  def self.new(app, options={})
    ProfilerMiddleware.new(app, options)
  end