Home
last modified time | relevance | path

Searched refs:gc_profile_total_time (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c9471 gc_profile_total_time(VALUE self) in gc_profile_total_time() function
10061 rb_define_singleton_method(rb_mProfiler, "total_time", gc_profile_total_time, 0); in Init_GC()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.1.03289 * gc.c (gc_profile_total_time): fix off-by-one error in
10786 * gc.c (gc_profile_total_time): check objspace->profile.next_index > 0.
H A DChangeLog-1.9.318165 * gc.c (gc_profile_total_time): add GC::Profiler.total_time.