stop_profile()
Stops the profiler.
See Profiler__ for more information.
# File lib/profiler.rb, line 112 def stop_profile PROFILE_CALL_PROC.disable PROFILE_RETURN_PROC.disable end