From b03c11a337c53c219a840eed4569e411289f0ddd Mon Sep 17 00:00:00 2001 From: k0kubun Date: Fri, 29 Mar 2019 13:54:29 +0000 Subject: Add debug counters for MJIT cancel git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- debug_counter.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debug_counter.c') diff --git a/debug_counter.c b/debug_counter.c index 8c4004af41..b5a0606454 100644 --- a/debug_counter.c +++ b/debug_counter.c @@ -21,7 +21,9 @@ static const char *const debug_counter_names[] = { #undef RB_DEBUG_COUNTER }; +MJIT_SYMBOL_EXPORT_BEGIN size_t rb_debug_counter[numberof(debug_counter_names)]; +MJIT_SYMBOL_EXPORT_END void rb_debug_counter_show_results(const char *msg) -- cgit v1.2.3