class Benchmark::IPS::Report::Entry

def show_total_time!

close to the expected time, so it's supressed by default.
Typically this value is not significant because it's very
Control if the total time the job took is reported.
def show_total_time!
  @show_total_time = true
end