start_profile()
Starts the profiler.
See Profiler__ for more information.
# File lib/profiler.rb, line 103 def start_profile @@start = Process.times[0] @@stacks = {} @@maps = {} PROFILE_CALL_PROC.enable PROFILE_RETURN_PROC.enable end