J
Joe Van Dyk
irb(main):015:0> Benchmark.measure { 1000000.times { |i| i + 1 } }
=3D>=20
#<Benchmark::Tms:0x400fa914 @cutime=3D0.0, @label=3D"", @stime=3D0.0,
@real=3D0.514808893203735, @utime=3D4.95, @cstime=3D0.0, @total=3D4.95>
Why is user time bigger than real time? I'm confused by the
relationship between these numbers.
=3D>=20
#<Benchmark::Tms:0x400fa914 @cutime=3D0.0, @label=3D"", @stime=3D0.0,
@real=3D0.514808893203735, @utime=3D4.95, @cstime=3D0.0, @total=3D4.95>
Why is user time bigger than real time? I'm confused by the
relationship between these numbers.