mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
YJIT: Align number of total_exits
for --yjit-stats
This commit is contained in:
parent
a9b8981aac
commit
28d1685ebb
1 changed files with 1 additions and 1 deletions
2
yjit.rb
2
yjit.rb
|
@ -459,7 +459,7 @@ module RubyVM::YJIT
|
|||
out.puts(" #{padded_count}: #{name}")
|
||||
end
|
||||
else
|
||||
out.puts "total_exits: " + format_number(10, total_exits)
|
||||
out.puts "total_exits: " + format_number(13, total_exits)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue