class BenchmarkDriver::Runner::Ips

def debug_output(name, text)

def debug_output(name, text)
  sep = '-' * 30
  $stdout.puts "\n\n#{sep}[#{name} begin]#{sep}\n#{text}#{sep}[#{name} end]#{sep}\n\n"
end