Sha256: 9169babe48ab216e7784fdd21c6828084c997ae65187138babbec86a662151da
Contents?: true
Size: 289 Bytes
Versions: 15
Compression:
Stored size: 289 Bytes
Contents
module Rack::PerftoolsProfiler class StopProfiling < Action def act @profiler.stop end def response [200, {'Content-Type' => 'text/plain'}, [<<-EOS Profiling is now disabled. Visit /__data__ to view the results. EOS ]] end end end
Version data entries
15 entries across 15 versions & 2 rubygems