aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2019-12-18 12:57:46 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2019-12-18 14:14:51 +0900
commitdcb603bbdbe3a8ea6f6d07198c8711cf9a44a4d2 (patch)
treee3a882c48c3ec8321ad480134cc91c994078d5e4
parentfcd8bafd086a7105b535ec1691f960e37d5c911b (diff)
downloadruby-dcb603bbdbe3a8ea6f6d07198c8711cf9a44a4d2.tar.gz
describe mc_miss_reuse_call [ci skip]
-rw-r--r--debug_counter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug_counter.h b/debug_counter.h
index ea045a81e4..a549120566 100644
--- a/debug_counter.h
+++ b/debug_counter.h
@@ -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)