aboutsummaryrefslogtreecommitdiffstats
path: root/gc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'gc.rb')
-rw-r--r--gc.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/gc.rb b/gc.rb
index 4803a844ee..c3b104454c 100644
--- a/gc.rb
+++ b/gc.rb
@@ -244,6 +244,9 @@ module GC
# [force_major_gc_count]
# The number of times major garbage collection cycles this heap has forced
# to start due to running out of free slots.
+ # [force_incremental_marking_finish_count]
+ # The number of times this heap has forced incremental marking to complete
+ # due to running out of pooled slots.
#
def self.stat_heap heap_name = nil, hash_or_key = nil
Primitive.gc_stat_heap heap_name, hash_or_key