aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/stats.rs
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-02-09 07:38:31 -0800
committerGitHub <noreply@github.com>2023-02-09 10:38:31 -0500
commit0601ba6a1bf15e13ac931921861c90535ed29dde (patch)
tree68d200f404d60cc5c2b837aeaf1619bcdb45cfa7 /yjit/src/stats.rs
parentb78f871d838c168789648738e5c67b071beb8a19 (diff)
downloadruby-0601ba6a1bf15e13ac931921861c90535ed29dde.tar.gz
YJIT: Add counter for megamorphic send (#7274)
Diffstat (limited to 'yjit/src/stats.rs')
-rw-r--r--yjit/src/stats.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/yjit/src/stats.rs b/yjit/src/stats.rs
index e9408b71c7..9fff7f0e27 100644
--- a/yjit/src/stats.rs
+++ b/yjit/src/stats.rs
@@ -168,6 +168,7 @@ make_counters! {
exec_instruction,
send_keywords,
+ send_klass_megamorphic,
send_kw_splat,
send_args_splat_super,
send_iseq_zsuper,