aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/stats.rs
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2023-07-06 10:17:03 -0400
committerGitHub <noreply@github.com>2023-07-06 10:17:03 -0400
commit2acb44e0440327ee5fea8d324fa6c121214e6b96 (patch)
tree423ec70d69560a02003d0a3a310d87d4e428f786 /yjit/src/stats.rs
parent75f8781c08da421d6bcfb2c3c8b7b74efea3bec2 (diff)
downloadruby-2acb44e0440327ee5fea8d324fa6c121214e6b96.tar.gz
YJIT: add new stats counter for compiled ISEQ entry points (#8032)
* YJIT: add new stats counter for compiled ISEQ entry points * Update yjit.rb Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com> --------- Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com>
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 7c5b334421..299db2c696 100644
--- a/yjit/src/stats.rs
+++ b/yjit/src/stats.rs
@@ -369,6 +369,7 @@ make_counters! {
binding_set,
vm_insns_count,
+ compiled_iseq_entry,
compiled_iseq_count,
compiled_blockid_count,
compiled_block_count,