summaryrefslogtreecommitdiff
path: root/zjit.h
diff options
context:
space:
mode:
Diffstat (limited to 'zjit.h')
-rw-r--r--zjit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zjit.h b/zjit.h
index 5b85a29301..240446678c 100644
--- a/zjit.h
+++ b/zjit.h
@@ -7,6 +7,7 @@
#if USE_ZJIT
extern bool rb_zjit_enabled_p;
extern uint64_t rb_zjit_call_threshold;
+extern uint64_t rb_zjit_profile_threshold;
void rb_zjit_compile_iseq(const rb_iseq_t *iseq, rb_execution_context_t *ec, bool jit_exception);
void rb_zjit_profile_insn(enum ruby_vminsn_type insn, rb_execution_context_t *ec);
void rb_zjit_profile_iseq(const rb_iseq_t *iseq);