Test | User | System | Total | Real | Iterations
STRING
| each_byte
| 1.28
| 0.00
| 0.01
| 1.29
| default
| split
| 2.25
| 0.00
| 2.25
| 2.47
| default
| unpack
| 0.71
| 0.00
| 0.71
| 0.80
| default
| LOOP
| each (w/o block var)
| 0.63
| 0.00
| 0.63
| 0.73
| default
| each (w/ block var)
| 0.78
| 0.00
| 0.78
| 0.86
| default
| for
| 0.66
| 0.02
| 0.67
| 0.79
| default
| loop
| 1.22
| 0.00
| 1.22
| 1.31
| default
| step (w/o block var)
| 0.63
| 0.00
| 0.63
| 0.71
| default
| step (w/ block var)
| 0.76
| 0.00
| 0.76
| 0.85
| default
| times (w/o block var)
| 0.63
| 0.00
| 0.63
| 0.70
| default
| times (w/ block var)
| 0.77
| 0.00
| 0.77
| 0.85
| default
| upto (w/o block var)
| 0.63
| 0.00
| 0.63
| 0.73
| default
| upto (w/ block var)
| 0.75
| 0.00
| 0.75
| 0.81
| default
| while
| 0.78
| 0.01
| 0.79
| 0.87
| default
| IO
| print
| 1.61
| 1.96
| 3.57
| 4.04
| default
| syswrite
| 1.28
| 2.16
| 3.44
| 3.85
| default
| write
| 1.59
| 2.00
| 3.59
| 4.06
| default
| IO.foreach
| 0.38
| 0.02
| 0.40
| 0.44
| default
| File::each
| 0.38
| 0.02
| 0.40
| 0.48
| default
| File::gets
| 0.37
| 0.39
| 0.41
| 0.49
| default
| File::read
| 0.39
| 0.03
| 0.42
| 0.54
| default
| File::readline
| 0.38
| 0.16
| 0.40
| 0.46
| default
| File::sysread
| 0.35
| 0.28
| 0.63
| 0.68
| default
| |