Method: Benchmark::Tms#total

Defined in:
lib/benchmark.rb

#totalObject (readonly)

Total time, that is utime + stime + cutime + cstime



431
432
433
# File 'lib/benchmark.rb', line 431

def total
  @total
end