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:
parent
017cb09eb6
commit
b03c11a337
7 changed files with 16 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue