module RubyProf

def self.pause

Pauses profiling
def self.pause
  ensure_running!
  @profile.pause
end