method
run
run(args = nil, options = {})
public
Hide source
# File actionpack/lib/action_controller/request_profiler.rb, line 54 def self.run(args = nil, options = {}) profiler = new(options) profiler.parse_options(args) if args profiler.run end


