# File lib/action_controller/request_profiler.rb, line 81
    def self.run(args = nil, options = {})
      profiler = new(options)
      profiler.parse_options(args) if args
      profiler.run
    end