Test | User | System | Total | Real | Iterations
STRING
| each_byte
| 4.53
| 0.00
| 4.53
| 4.53
| default
| split
| 6.85
| 0.00
| 6.85
| 6.87
| default
| unpack
| 2.16
| 0.00
| 2.16
| 2.16
| default
| LOOP
| each (w/o block var)
| 2.12
| 0.00
| 2.12
| 2.12
| default
| each (w/ block var)
| 2.74
| 0.00
| 2.74
| 2.75
| default
| for
| 2.22
| 0.00
| 2.22
| 2.22
| default
| loop
| 3.74
| 0.00
| 3.74
| 3.74
| default
| step (w/o block var)
| 2.12
| 0.00
| 2.12
| 2.11
| default
| step (w/ block var)
| 2.60
| 0.00
| 2.60
| 2.60
| default
| times (w/o block var)
| 2.05
| 0.00
| 2.05
| 2.05
| default
| times (w/ block var)
| 2.60
| 0.00
| 2.60
| 2.60
| default
| upto (w/o block var)
| 2.11
| 0.00
| 2.11
| 2.11
| default
| upto (w/ block var)
| 2.62
| 0.00
| 2.62
| 2.61
| default
| while
| 2.60
| 0.00
| 2.60
| 2.60
| default
| IO
| print
| 8.11
| 9.70
| 17.81
| 17.80
| default
| syswrite
| 6.85
| 10.07
| 16.92
| 17.63
| default
| write
| 7.98
| 9.55
| 17.53
| 17.52
| default
| IO.foreach
| 1.71
| 0.23
| 1.94
| 1.91
| default
| File::each
| 1.71
| 0.19
| 1.90
| 1.92
| default
| File::gets
| 1.64
| 0.15
| 1.79
| 1.87
| default
| File::read
| 1.69
| 0.13
| 1.82
| 1.86
| default
| File::readline
| 1.63
| 0.16
| 1.79
| 1.80
| default
| File::sysread
| 0.78
| 0.42
| 1.20
| 1.22
| default
| |