Searched refs:gc_invoke_time (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ruby-106/ruby/
H A Dgc.c101 double gc_invoke_time; member in struct:gc_profile_record
3955 objspace->profile.record[objspace->profile.count].gc_invoke_time =
4209 rb_hash_aset(prof, ID2SYM(rb_intern("GC_INVOKE_TIME")), DBL2NUM(objspace->profile.record[i].gc_invoke_time));
4248 index++, r.gc_invoke_time, r.heap_use_size,

Completed in 62 milliseconds