# File lib/rack/perftools_profiler/stop_profiling.rb, line 9
    def response
      [200, {'Content-Type' => 'text/plain'}, 
       ["Profiling is now disabled.\nVisit /__data__ to view the results.\n"
       ]]
    end