Flowdock
method

profile

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActionController::RequestProfiler
profile(sandbox) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/request_profiler.rb, line 82
    def profile(sandbox)
      load_ruby_prof

      results = RubyProf.profile { benchmark(sandbox) }

      show_profile_results results
      results
    end
Register or log in to add new notes.