module RubyProf

def self.ensure_not_running!

def self.ensure_not_running!
  raise(RuntimeError, "RubyProf is already running") if running?
end