method
benchmark
v2.1.0 -
Show latest stable
- Class:
ActionController::RequestProfiler::Sandbox
benchmark(n, script)public
No documentation available.
# File actionpack/lib/action_controller/request_profiler.rb, line 10
def self.benchmark(n, script)
new(script).benchmark(n)
end