class Benchmark::IPS::Job::MultiReport

def start_warming

def start_warming
  @out.each { |o| o.start_warming if o.respond_to?(:start_warming) }
end