# File lib/rack/perftools_profiler/profiler.rb, line 88
    def stop
      PerfTools::CpuProfiler.stop
      self.profiling = false
      unset_env_vars
    end