summaryrefslogtreecommitdiff
path: root/debug_counter.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-25 02:23:58 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-25 02:23:58 +0000
commit85173be41f27871cb36ae77b8abfa1e3c0ae2565 (patch)
treef689ca9f543ab0077c2111c26ce7cc6557909b06 /debug_counter.h
parentb2b8b4a16e03230ac3ab82498dade86ed934c562 (diff)
add new counter about GC.
* debug_counter.h: add `gc_major_oldmalloc`. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'debug_counter.h')
-rw-r--r--debug_counter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug_counter.h b/debug_counter.h
index b29d5ef560..3fcb562f65 100644
--- a/debug_counter.h
+++ b/debug_counter.h
@@ -119,6 +119,7 @@ RB_DEBUG_COUNTER(gc_major_nofree)
RB_DEBUG_COUNTER(gc_major_oldgen)
RB_DEBUG_COUNTER(gc_major_shady)
RB_DEBUG_COUNTER(gc_major_force)
+RB_DEBUG_COUNTER(gc_major_oldmalloc)
/* object allocation counts:
*