aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/stats.rs
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-07-20 12:54:59 -0700
committerGitHub <noreply@github.com>2023-07-20 15:54:59 -0400
commitc4ef3d767bc901d410cbaaf91f9eba02556552a7 (patch)
tree0370abdcf6376499865d33628812590d0aef5a44 /yjit/src/stats.rs
parentb71f79dd1782cf3af2462b879bcc4bc55f0bcd34 (diff)
downloadruby-c4ef3d767bc901d410cbaaf91f9eba02556552a7.tar.gz
YJIT: Rename exec_instruction to yjit_insns_count (#8102)
Diffstat (limited to 'yjit/src/stats.rs')
-rw-r--r--yjit/src/stats.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit/src/stats.rs b/yjit/src/stats.rs
index 216c7bddc8..c113f428cd 100644
--- a/yjit/src/stats.rs
+++ b/yjit/src/stats.rs
@@ -202,7 +202,7 @@ pub(crate) use ptr_to_counter;
// Declare all the counters we track
make_counters! {
- exec_instruction,
+ yjit_insns_count,
send_keywords,
send_klass_megamorphic,