summaryrefslogtreecommitdiff
path: root/debug_counter.h
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2020-12-14 18:17:35 +0900
committerKoichi Sasada <ko1@atdot.net>2020-12-14 18:17:35 +0900
commitc37ba2c5478c8fa81f3cb26d7ddb9b79d681147d (patch)
tree57b5d8dfedde0e395e48c9a3bc1327a0404f9b2a /debug_counter.h
parentda3be76cb017c188d1a99d8aa14d13c15d93f9d1 (diff)
add ccs_not_found debug counter
ccs_not_found to count not found in ccs table.
Diffstat (limited to 'debug_counter.h')
-rw-r--r--debug_counter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug_counter.h b/debug_counter.h
index a4fb84dbdc..8b23f17102 100644
--- a/debug_counter.h
+++ b/debug_counter.h
@@ -54,7 +54,8 @@ RB_DEBUG_COUNTER(cc_invalidate_negative) // count for invalidating negative
RB_DEBUG_COUNTER(ccs_free) // count for free'ing ccs
RB_DEBUG_COUNTER(ccs_maxlen) // maximum length of ccs
-RB_DEBUG_COUNTER(ccs_found) // count for finding corresponding ccs on method lookup
+RB_DEBUG_COUNTER(ccs_found) // count for finding corresponding ccs on method lookup
+RB_DEBUG_COUNTER(ccs_not_found) // count for not found corresponding ccs on method lookup
// iseq
RB_DEBUG_COUNTER(iseq_num) // number of total created iseq