1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
This commit is contained in:
Aaron Patterson 2021-03-25 13:42:43 -07:00 committed by Alan Wu
parent 4faaa8e5dc
commit 681e76c6bc

View file

@ -60,7 +60,7 @@ module YJIT
$stderr.puts("***YJIT: Printing runtime counters from yjit.rb***")
$stderr.puts "Number of Bindings Allocated: %d\n" % counters[:binding_allocation_count]
$stderr.puts "Number of bindings allocated: %d\n" % counters[:binding_allocation_count]
$stderr.puts "Number of locals modified through binding: %d\n" % counters[:local_variable_set_count]
print_counters(counters, prefix: 'oswb_', prompt: 'opt_send_without_block exit reasons: ')