aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/stats.rs
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-08-09 06:54:24 -0700
committerGitHub <noreply@github.com>2023-08-09 09:54:24 -0400
commit6acfc50bccf0c201f77c274281ac33920a0a6923 (patch)
tree2a7680392b73b14b6eb00e085b6914f76bfcadcc /yjit/src/stats.rs
parent5eef3ce21f09401814b9c4a1932e75f2fc962248 (diff)
downloadruby-6acfc50bccf0c201f77c274281ac33920a0a6923.tar.gz
YJIT: Count all opt_getconstant_path exit reasons (#8187)
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,