1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add debug counters for MJIT cancel

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2019-03-29 13:54:29 +00:00
parent 017cb09eb6
commit b03c11a337
7 changed files with 16 additions and 1 deletions

View file

@ -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)