File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -321,8 +321,8 @@ Some of the counters include:
321321* ` :code_gc_count ` - number of garbage collections of compiled code since process start
322322* ` :vm_insns_count ` - number of instructions executed by the Ruby interpreter
323323* ` :compiled_iseq_count ` - number of bytecode sequences compiled
324- * ` :inline_code_size ` - size in bytes of compiled YJIT blocks
325- * ` :outline_code_size ` - size in bytes of YJIT error-handling compiled code
324+ * ` :inline_code_size ` - size in bytes of main-line machine code
325+ * ` :outlined_code_size ` - size in bytes of relatively uncommonly executed machine code
326326* ` :side_exit_count ` - number of side exits taken at runtime
327327* ` :total_exit_count ` - number of exits, including side exits, taken at runtime
328328* ` :avg_len_in_yjit ` - avg. number of instructions in compiled blocks before exiting to interpreter
You can’t perform that action at this time.
0 commit comments