Method: Profiler__.start_profile

Defined in:
lib/profiler.rb

.start_profileObject



23
24
25
26
27
28
# File 'lib/profiler.rb', line 23

def start_profile
  @@start = Process.times[0]
  @@stack = []
  @@map = {}
  set_trace_func PROFILE_PROC
end