module RubyProf

def self.exclude_threads=(value)

Specifies which threads ruby-prof should exclude from profiling
def self.exclude_threads=(value)
  @exclude_threads = value
end