Test | User | System | Total | Real | Iterations
STRING
| each_byte
| 1.35
| 0.02
| 1.37
| 1.54
| default
| split
| 2.80
| 0.00
| 2.81
| 3.15
| default
| unpack
| 0.80
| 0.01
| 0.80
| 0.90
| default
| LOOP
| each (w/o block var)
| 0.63
| 0.00
| 0.63
| 0.70
| default
| each (w/ block var)
| 0.77
| 0.00
| 0.77
| 0.85
| default
| for
| 0.66
| 0.00
| 0.66
| 0.74
| default
| loop
| 1.10
| 0.00
| 1.10
| 1.26
| default
| step (w/o block var)
| 0.63
| 0.00
| 0.63
| 0.67
| default
| step (w/ block var)
| 0.77
| 0.00
| 0.77
| 0.84
| default
| times (w/o block var)
| 0.61
| 0.00
| 0.61
| 0.72
| default
| times (w/ block var)
| 0.76
| 0.00
| 0.76
| 0.78
| default
| upto (w/o block var)
| 0.61
| 0.00
| 0.61
| 0.69
| default
| upto (w/ block var)
| 0.76
| 0.00
| 0.76
| 0.85
| default
| while
| 0.77
| 0.00
| 0.77
| 0.86
| default
| IO
| print
| 2.03
| 2.04
| 4.07
| 4.92
| default
| syswrite
| 1.77
| 2.16
| 3.93
| 4.40
| default
| write
| 1.92
| 2.11
| 4.03
| 4.52
| default
| IO.foreach
| 0.23
| 0.06
| 0.30
| 0.37
| default
| File::each
| 0.26
| 0.04
| 0.30
| 0.40
| default
| File::gets
| 0.29
| 0.03
| 0.32
| 0.43
| default
| File::read
| 0.25
| 0.04
| 0.30
| 0.35
| default
| File::readline
| 0.30
| 0.02
| 0.31
| 0.35
| default
| File::sysread
| 0.38
| 0.39
| 0.30
| 0.40
| default
| |