From ed269c81aa68ba87e9da2fe4c0c2227ea0689eca Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 12 Mar 2023 22:27:43 -0700 Subject: RJIT: Count invokeblock exit types --- rjit_c.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rjit_c.h') diff --git a/rjit_c.h b/rjit_c.h index 243e7da637..7190e6701a 100644 --- a/rjit_c.h +++ b/rjit_c.h @@ -81,6 +81,12 @@ RJIT_RUNTIME_COUNTERS( invokesuper_me_changed, invokesuper_same_me, + invokeblock_none, + invokeblock_iseq, + invokeblock_ifunc, + invokeblock_symbol, + invokeblock_proc, + getivar_megamorphic, getivar_not_heap, getivar_special_const, -- cgit v1.2.1