class

Benchmark::BM::Tms

Inherits Reference / Object

A data object, representing the times associated with a benchmark measurement.

Instance methods

cstime

System CPU time of children

Source
cutime

User CPU time of children

Source
label

The label associated with this measure

Source
real

Elapsed real time

Source
stime

System CPU time

Source
to_s(io : IO) : Nil

Prints utime, stime, total and real to io.

Source
total

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

Source
utime

User CPU time

Source