Test | User | System | Total | Real | Iterations
STRING
| each_byte
| 8.09
| 0.00
| 8.09
| 9.14
| default
| split
| 10.30
| 0.00
| 10.30
| 11.79
| default
| unpack
| 3.34
| 0.00
| 3.34
| 3.89
| default
| LOOP
| each (w/o block var)
| 3.33
| 0.00
| 3.33
| 3.68
| default
| each (w/ block var)
| 4.37
| 0.00
| 4.37
| 4.80
| default
| for
| 3.56
| 0.00
| 3.56
| 3.89
| default
| loop
| 5.54
| 0.00
| 5.54
| 6.07
| default
| step (w/o block var)
| 3.29
| 0.00
| 3.29
| 3.60
| default
| step (w/ block var)
| 4.43
| 0.00
| 4.43
| 4.90
| default
| times (w/o block var)
| 3.43
| 0.00
| 3.43
| 3.76
| default
| times (w/ block var)
| 4.31
| 0.00
| 4.31
| 4.99
| default
| upto (w/o block var)
| 3.23
| 0.00
| 3.23
| 3.61
| default
| upto (w/ block var)
| 4.38
| 0.00
| 4.38
| 4.81
| default
| while
| 3.01
| 0.00
| 3.01
| 3.45
| default
| IO
| print
| 7.72
| 6.57
| 14.29
| 16.86
| default
| syswrite
| 7.53
| 6.58
| 14.11
| 16.33
| default
| write
| 7.49
| 6.69
| 14.18
| 16.33
| default
| IO.foreach
| 1.63
| 0.50
| 2.13
| 2.88
| default
| File::each
| 1.69
| 0.44
| 2.13
| 2.55
| default
| File::gets
| 1.62
| 0.43
| 2.05
| 2.84
| default
| File::read
| 1.39
| 0.62
| 2.01
| 2.43
| default
| File::readline
| 1.68
| 0.39
| 2.07
| 2.62
| default
| File::sysread
| 1.84
| 1.42
| 3.26
| 3.88
| default
| |