aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/stats.rs
diff options
context:
space:
mode:
Diffstat (limited to 'yjit/src/stats.rs')
-rw-r--r--yjit/src/stats.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/yjit/src/stats.rs b/yjit/src/stats.rs
index 0cd4ff2f44..620a038e32 100644
--- a/yjit/src/stats.rs
+++ b/yjit/src/stats.rs
@@ -353,7 +353,9 @@ make_counters! {
opt_case_dispatch_megamorphic,
- opt_getinlinecache_miss,
+ opt_getconstant_path_ic_miss,
+ opt_getconstant_path_no_ic_entry,
+ opt_getconstant_path_multi_ractor,
expandarray_splat,
expandarray_postarg,