£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyʦ•ꎅȮFÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~芩ÊÇí`ÔÑ©ú뙵'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ӽ㞪éUWŸÈË%DÒÕ¬ï‘]/Åcx ‰ï2ß]ä6G[]S£Ôϯrs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: "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:"
- !ruby/object:SM::Flow::LIST
contents:
- !ruby/struct:SM::Flow::LI
label: "%u:"
body: Replaced by the user CPU time, as reported by Tms#utime.
- !ruby/struct:SM::Flow::LI
label: "%y:"
body: "Replaced by the system CPU time, as reported by #stime (Mnemonic: y of "s*y*stem")"
- !ruby/struct:SM::Flow::LI
label: "%U:"
body: Replaced by the children's user CPU time, as reported by Tms#cutime
- !ruby/struct:SM::Flow::LI
label: "%Y:"
body: Replaced by the children's system CPU time, as reported by Tms#cstime
- !ruby/struct:SM::Flow::LI
label: "%t:"
body: Replaced by the total CPU time, as reported by Tms#total
- !ruby/struct:SM::Flow::LI
label: "%r:"
body: Replaced by the elapsed real time, as reported by Tms#real
- !ruby/struct:SM::Flow::LI
label: "%n:"
body: "Replaced by the label string, as reported by Tms#label (Mnemonic: n of "*n*ame")"
type: :NOTE
- !ruby/struct:SM::Flow::P
body: If fmtstr is not given, FMTSTR is used as default value, detailing the user, system and real elapsed time.
full_name: Benchmark::Tms#format
is_singleton: false
name: format
params: (arg0 = nil, *args)
visibility: public