Add debug counter for MJIT stale_units

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2019-04-14 07:12:44 +00:00
parent f7035dd3ff
commit 18b5148215
3 changed files with 4 additions and 0 deletions

View file

@ -51,6 +51,7 @@ rb_debug_counter_reset(void)
case RB_DEBUG_COUNTER_mjit_length_unit_queue:
case RB_DEBUG_COUNTER_mjit_length_active_units:
case RB_DEBUG_COUNTER_mjit_length_compact_units:
case RB_DEBUG_COUNTER_mjit_length_stale_units:
// These counters may be decreased and should not be reset.
break;
default: