--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns an initialized Tms object which has u as the user CPU time, s as the system CPU time, cu as the children's user CPU time, cs as the children's system CPU time, real as the elapsed real time and l as the label. full_name: Benchmark::Tms::new is_singleton: true name: new params: (u = 0.0, s = 0.0, cu = 0.0, cs = 0.0, real = 0.0, l = nil) visibility: public