class Benchmark::IPS::Report::Entry

def display

Print entry to current standard output ($stdout).
def display
  $stdout.puts to_s
end