Flowdock
method

profile

Importance_0
v2.1.0 - 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 99
    def profile(sandbox)
      load_ruby_prof

      benchmark(sandbox, true)
      results = RubyProf.stop

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