format(format = nil, *args)
Instance Public methods
Returns the contents of this Tms object as a
formatted string, according to a format string like that passed to Kernel#format. In addition, format accepts the following
extensions:
%u
Replaced by the user CPU time, as reported by #utime.
%y
Replaced by the system CPU time, as reported by stime (Mnemonic: y of âs*y*stemâ)
%U
Replaced by the children's user CPU time, as reported by #cutime
%Y
Replaced by the children'