Report abuse

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
gauss:stackfull brian$ bin/mspec ci --gc-stats core/array
rubinius 0.11.0-dev (ruby 1.8.6) (bd9b33769 12/31/2009) [i686-apple-darwin9.6.0]
.......................................................................

Finished in 4.054262 seconds

71 files, 985 examples, 2835 expectations, 0 failures, 0 errors

Garbage collector stats:

stats \ generation         young (ms)    mature (ms)
----------------------------------------------------
collections                        56              0
collection total              387.108          0.000
max                            20.248          0.000
min                             4.140          0.000
average                         6.913          0.000
objects copied                      0            n/a
bytes copied                        0            n/a

Total time spent in GC: 387ms (9.5%)

Time spent in GC: 457ms (11.3%)