Flowdock
start_profile() public

No documentation

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

Hide source
# File lib/profiler.rb, line 23
  def start_profile
    @@start = Process.times[0]
    @@stack = []
    @@map = {}
    set_trace_func PROFILE_PROC
  end
Register or log in to add new notes.