diff options
author | Koichi Sasada <[email protected]> | 2019-12-17 13:14:52 +0900 |
---|---|---|
committer | Koichi Sasada <[email protected]> | 2019-12-17 13:15:38 +0900 |
commit | fbe229906b6e55c2e7bb1e68452d5c225503b9ca (patch) | |
tree | 2ca6c924ed354610d94cd48cb04d888913e32bfd /debug_counter.h | |
parent | 618d09115185efa05f6948247d86087f4aa96118 (diff) |
add debug counter to count `call` reusing cases.
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 35ffe08c8d..ea045a81e4 100644 --- a/debug_counter.h +++ b/debug_counter.h @@ -46,6 +46,7 @@ RB_DEBUG_COUNTER(mc_miss_by_distinct) RB_DEBUG_COUNTER(mc_miss_by_refine) RB_DEBUG_COUNTER(mc_miss_by_visi) RB_DEBUG_COUNTER(mc_miss_spurious) +RB_DEBUG_COUNTER(mc_miss_reuse_call) /* * call cache fastpath usage |