class Benchmark::Tms

def to_a


real time.
user CPU time, children's system CPU time and elapsed
label, user CPU time, system CPU time, children's
Returns a new 6-element array, consisting of the
def to_a
  [@label, @utime, @stime, @cutime, @cstime, @real]
end