class Benchmark::IPS::Job::StreamReport

def footer

def footer
  return unless @last_item
  footer = @last_item.stats.footer
  @out.puts footer.rjust(40) if footer
end