1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

describe mc_miss_reuse_call [ci skip]

This commit is contained in:
卜部昌平 2019-12-18 12:57:46 +09:00
parent fcd8bafd08
commit dcb603bbdb

View file

@ -31,6 +31,7 @@
* * mc_miss_by_refine: ... by ment being refined.
* * mc_miss_by_visi: ... by visibility change.
* * mc_miss_spurious: spurious inline mc misshit.
* * mc_miss_reuse_call: count of resue of cc->call.
*/
RB_DEBUG_COUNTER(mc_inline_hit)
RB_DEBUG_COUNTER(mc_inline_miss)