diff options
author | 卜部昌平 <[email protected]> | 2019-12-18 12:57:46 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2019-12-18 14:14:51 +0900 |
commit | dcb603bbdbe3a8ea6f6d07198c8711cf9a44a4d2 (patch) | |
tree | e3a882c48c3ec8321ad480134cc91c994078d5e4 /debug_counter.h | |
parent | fcd8bafd086a7105b535ec1691f960e37d5c911b (diff) |
describe mc_miss_reuse_call [ci skip]
Diffstat (limited to 'debug_counter.h')
-rw-r--r-- | debug_counter.h | 1 |
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) |