File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ class ZjitDiff
2929 { prefix : 'invokeblock_handler_' , prompt : 'invokeblock handler' } ,
3030 { prefix : 'getblockparamproxy_handler_' , prompt : 'getblockparamproxy handler' } ,
3131 { prefix : 'complex_arg_pass_' , prompt : 'complex argument-parameter features' } ,
32+ { prefix : 'compile_hir_' , prompt : 'compile HIR pass timings' } ,
3233 { prefix : 'compile_error_' , prompt : 'compile error reasons' } ,
3334 { prefix : 'unhandled_yarv_insn_' , prompt : 'unhandled YARV insns' } ,
3435 { prefix : 'unhandled_hir_insn_' , prompt : 'unhandled HIR insns' } ,
@@ -68,7 +69,10 @@ class ZjitDiff
6869 code_region_bytes
6970 zjit_alloc_bytes
7071 total_mem_bytes
72+ compile_lir_time_ns
73+ compile_side_exit_time_ns
7174 side_exit_count
75+ side_exit_size
7276 total_insn_count
7377 vm_insn_count
7478 zjit_insn_count
You can’t perform that action at this time.
0 commit comments