# File lib/rack/perftools_profiler.rb, line 28 def self.with_profiling_off(app, options = {}) clear_data instance = ProfilerMiddleware.new(app, options) instance.force_stop instance end