# File lib/ruby-prof/compatibility.rb, line 96
  def self.pause
    ensure_running!
    disable_gc_stats_if_needed
    @profile.pause
  end