Method: Rack::AllocationStats::Tracer#act
- Defined in:
- lib/rack/allocation_stats/tracer.rb
#act ⇒ Object
25 26 27 28 29 30 31 |
# File 'lib/rack/allocation_stats/tracer.rb', line 25 def act @stats = AllocationStats.trace do @times.times do @middleware.call_app(@new_env) end end end |