Skip to content

Commit 63cf2dd

Browse files
committed
Add timing to stats
1 parent 3d34e14 commit 63cf2dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

zjit.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def stats_string
152152
:compile_hir_build_time_ns,
153153
:compile_hir_strength_reduce_time_ns,
154154
:compile_hir_inline_methods_time_ns,
155+
:compile_hir_remove_trivial_block_params_time_ns,
155156
:compile_hir_optimize_load_store_time_ns,
156157
:compile_hir_canonicalize_time_ns,
157158
:compile_hir_fold_constants_time_ns,

0 commit comments

Comments
 (0)