method
benchmark
benchmark(n, script)
public
Hide source
# File actionpack/lib/action_controller/request_profiler.rb, line 10 def self.benchmark(n, script) new(script).benchmark(n) end


