YJIT: Align number of total_exits for --yjit-stats

This commit is contained in:
Alan Wu 2024-06-12 16:23:13 -04:00
parent a9b8981aac
commit 28d1685ebb

View File

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