We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8476860 commit cc8984fCopy full SHA for cc8984f
yjit_iface.c
@@ -927,8 +927,8 @@ print_yjit_stats(void)
927
fprintf(stderr, "ratio_in_yjit: %9.1f%%\n", ratio * 100);
928
fprintf(stderr, "avg_len_in_yjit: %10.1f\n", avg_len_in_yjit);
929
930
- // Print the top-10 most frequent exit ops
931
- print_insn_count_buffer(10, 4);
+ // Print the top-N most frequent exit ops
+ print_insn_count_buffer(20, 4);
932
}
933
#endif // if RUBY_DEBUG
934
0 commit comments