Method: RubyProf.pause

Defined in:
lib/ruby-prof/compatibility.rb

.pauseObject



106
107
108
109
110
# File 'lib/ruby-prof/compatibility.rb', line 106

def self.pause
  ensure_running!
  disable_gc_stats_if_needed
  @profile.pause
end