You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #540, this issue profiled JIT code generated for each instruction using perf record -F max -e cycles and JIT interface.
The following numbers show the number of sampled cycles where each instruction is being executed. The percentage is from the number divided by JITed cycles.
Instructions with a higher % would have a higher performance impact when you optimize them.
Similar to #540, this issue profiled JIT code generated for each instruction using
perf record -F max -e cycles
and JIT interface.The following numbers show the number of sampled cycles where each instruction is being executed. The percentage is from the number divided by JITed cycles.
Instructions with a higher % would have a higher performance impact when you optimize them.
at: ruby@d66e4aaaaa
activerecord
chunky-png
erubi-rails
hexapdf
liquid-c
liquid-compile
liquid-render
lobsters
mail
psych-load
railsbench
ruby-lsp
sequel
The text was updated successfully, but these errors were encountered: