Slide 46
Slide 46 text
Copyright (C) 2013 DeNA Co.,Ltd. All Rights Reserved.
GC stats
●
GC.stat: live object counts
●
GC::Profiler(1.9+): GC timing profiler
GC.stat #=> {
count: 17,
heap_used: 79,
heap_length: 79,
heap_increment: 0,
heap_live_num: 22798,
heap_free_num: 18020,
heap_final_num: 0,
total_allocated_object: 82397,
total_freed_object: 59599,
}