method

benchmark

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