mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix case
This commit is contained in:
parent
4faaa8e5dc
commit
681e76c6bc
1 changed files with 1 additions and 1 deletions
2
yjit.rb
2
yjit.rb
|
@ -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: ')
|
||||
|
|
Loading…
Reference in a new issue