module RubyProf

def self.exclude_threads

Returns the threads that ruby-prof should exclude from profiling
def self.exclude_threads
  @exclude_threads ||= Array.new
end