module RubyProf
def self.start
def self.start ensure_not_running! @profile = Profile.new(:measure_mode => measure_mode, :exclude_threads => exclude_threads) @profile.start end
def self.start ensure_not_running! @profile = Profile.new(:measure_mode => measure_mode, :exclude_threads => exclude_threads) @profile.start end