class Benchmark::BM::Tms inherits Reference ¶ A data object, representing the times associated with a benchmark measurement. Methods¶ #cstime : Float64 ¶ System CPU time of children View source #cutime : Float64 ¶ User CPU time of children View source #label : String ¶ The label associated with this measure View source #real : Float64 ¶ Elapsed real time View source #stime : Float64 ¶ System CPU time View source #to_s(io : IO) : Nil ¶ Prints utime, stime, total and real to the given IO. View source #total ¶ Total time, that is utime + stime + cutime + cstime View source #utime : Float64 ¶ User CPU time View source