Skip to content

Instantly share code, notes, and snippets.

@rylev

rylev/timing.txt Secret

Created January 29, 2021 18:23
Show Gist options
  • Save rylev/c001fafe2010ee401b767f684e3fca2a to your computer and use it in GitHub Desktop.
Save rylev/c001fafe2010ee401b767f684e3fca2a to your computer and use it in GitHub Desktop.
Timings
+--------------------------------------------------+-----------+-----------------+----------+------------+
| Item | Self time | % of total time | Time | Item count |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| specialization_graph_of | 48.62s | 17.016 | 48.75s | 25 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| LLVM_module_codegen_emit_obj | 44.74s | 15.657 | 44.74s | 256 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| typeck | 28.85s | 10.098 | 29.89s | 162861 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| LLVM_passes | 17.72s | 6.200 | 17.72s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| mir_borrowck | 17.22s | 6.026 | 31.36s | 162861 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| codegen_module | 13.51s | 4.728 | 18.77s | 256 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| mir_built | 7.33s | 2.567 | 8.51s | 162861 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| check_item_well_formed | 6.84s | 2.395 | 12.70s | 169125 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| evaluate_obligation | 6.26s | 2.192 | 6.28s | 294384 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| native_library_kind | 6.00s | 2.098 | 6.00s | 23331 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| optimized_mir | 5.81s | 2.034 | 11.83s | 142026 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| expand_crate | 5.49s | 1.923 | 5.50s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| codegen_fulfill_obligation | 4.29s | 1.503 | 4.40s | 61587 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| mir_drops_elaborated_and_const_checked | 4.26s | 1.490 | 4.53s | 162861 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| hir_lowering | 3.28s | 1.146 | 3.28s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| check_impl_item_well_formed | 3.06s | 1.072 | 5.10s | 163386 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| generate_crate_metadata | 2.54s | 0.888 | 26.43s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| incr_comp_encode_serialized_dep_graph | 2.36s | 0.825 | 2.36s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| privacy_access_levels | 2.24s | 0.785 | 2.26s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| check_mod_item_types | 2.24s | 0.783 | 2.82s | 172 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| encode_query_results_for | 2.23s | 0.781 | 2.23s | 24 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| late_resolve_crate | 2.03s | 0.709 | 2.03s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| check_mod_privacy | 1.96s | 0.687 | 2.02s | 172 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| free_global_ctxt | 1.80s | 0.629 | 1.80s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| mir_promoted | 1.54s | 0.539 | 12.79s | 162861 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| param_env | 1.46s | 0.511 | 1.76s | 368644 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| link_rlib | 1.45s | 0.509 | 1.45s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| symbol_name | 1.42s | 0.496 | 1.43s | 169259 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| build_hir_map | 1.19s | 0.417 | 1.19s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| collect_mod_item_types | 1.17s | 0.411 | 4.74s | 172 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| mir_const | 1.16s | 0.407 | 10.67s | 162861 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| region_scope_tree | 1.14s | 0.400 | 1.14s | 332616 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| lint_mod | 1.13s | 0.397 | 1.25s | 172 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| eval_to_allocation_raw | 1.10s | 0.385 | 2.18s | 93939 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| check_private_in_public | 1.06s | 0.369 | 1.12s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| death_checking | 1.04s | 0.363 | 1.19s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| unsafety_check_result | 972.16ms | 0.340 | 9.58s | 162861 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| monomorphization_collector_graph_walk | 939.36ms | 0.329 | 16.71s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| LLVM_module_codegen | 922.96ms | 0.323 | 45.66s | 256 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| crate_lints | 821.20ms | 0.287 | 1.34s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| check_mod_liveness | 774.79ms | 0.271 | 863.77ms | 172 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| LLVM_module_optimize_module_passes | 743.35ms | 0.260 | 743.35ms | 256 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| drop_ast | 675.26ms | 0.236 | 675.26ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| predicates_defined_on | 626.33ms | 0.219 | 1.98s | 486436 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| check_match | 601.44ms | 0.210 | 638.80ms | 162861 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| reachable_set | 589.90ms | 0.206 | 589.90ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| hir_owner | 552.41ms | 0.193 | 1.74s | 341539 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| mir_for_ctfe | 552.33ms | 0.193 | 608.37ms | 56287 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| analysis | 537.31ms | 0.188 | 154.70s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| generics_of | 535.65ms | 0.187 | 1.62s | 486440 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| type_op_prove_predicate | 524.43ms | 0.184 | 542.88ms | 97752 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| promoted_mir | 512.11ms | 0.179 | 512.13ms | 59564 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| resolve_lifetimes | 506.77ms | 0.177 | 853.28ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| resolve_instance | 504.59ms | 0.177 | 4.96s | 121387 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| type_of | 483.35ms | 0.169 | 1.59s | 478400 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| explicit_predicates_of | 460.57ms | 0.161 | 608.21ms | 486436 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| check_mod_attrs | 444.35ms | 0.156 | 2.20s | 172 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| wf_checking | 437.47ms | 0.153 | 18.24s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| early_lint_checks | 425.76ms | 0.149 | 425.76ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| codegen_fn_attrs | 424.77ms | 0.149 | 1.92s | 329287 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| predicates_of | 385.66ms | 0.135 | 2.36s | 486436 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| fn_sig | 385.14ms | 0.135 | 385.93ms | 148949 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| AST_validation | 346.55ms | 0.121 | 346.55ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| typeck_item_bodies | 338.83ms | 0.119 | 30.02s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| mir_const_qualif | 338.22ms | 0.118 | 1.21s | 162861 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| check_mod_impl_wf | 331.62ms | 0.116 | 396.39ms | 172 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| MIR_borrow_checking | 326.29ms | 0.114 | 31.58s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| def_span | 322.84ms | 0.113 | 323.09ms | 518263 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| check_mod_intrinsics | 315.99ms | 0.111 | 325.86ms | 172 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| check_mod_unstable_api_usage | 303.89ms | 0.106 | 524.84ms | 172 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| is_copy_raw | 302.30ms | 0.106 | 824.73ms | 96022 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| check_mod_const_bodies | 299.27ms | 0.105 | 356.14ms | 172 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| layout_raw | 297.56ms | 0.104 | 306.02ms | 155950 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| normalize_projection_ty | 295.49ms | 0.103 | 295.63ms | 21406 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| reachable_non_generics | 286.97ms | 0.100 | 2.33s | 4 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| cgu_partitioning_place_roots | 284.39ms | 0.100 | 354.61ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| complete_gated_feature_checking | 254.02ms | 0.089 | 254.02ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| impl_trait_ref | 242.06ms | 0.085 | 1.34s | 128354 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| lint_levels | 241.41ms | 0.084 | 241.41ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| visibility | 229.96ms | 0.080 | 230.04ms | 485630 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| check_mod_loops | 227.16ms | 0.079 | 227.16ms | 172 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| normalize_generic_arg_after_erasing_regions | 223.15ms | 0.078 | 2.18s | 68466 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| inferred_outlives_crate | 218.12ms | 0.076 | 607.90ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| type_op_ascribe_user_type | 212.61ms | 0.074 | 212.85ms | 11564 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| eval_to_const_value_raw | 211.05ms | 0.074 | 3.99s | 114192 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| assert_symbols_are_distinct | 210.87ms | 0.074 | 1.63s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| stability_index | 210.34ms | 0.074 | 210.34ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| opt_def_kind | 201.44ms | 0.070 | 201.84ms | 518949 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| get_lib_features | 200.53ms | 0.070 | 200.53ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| self_profile_alloc_query_strings | 191.80ms | 0.067 | 191.80ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| lookup_deprecation_entry | 182.69ms | 0.064 | 393.10ms | 489549 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| monomorphization_collector_root_collections | 181.07ms | 0.063 | 321.63ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| exported_symbols | 179.49ms | 0.063 | 21.85s | 20 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| crate_variances | 179.02ms | 0.063 | 179.07ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| implied_outlives_bounds | 177.46ms | 0.062 | 177.46ms | 46742 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| MIR_effect_checking | 175.10ms | 0.061 | 611.30ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| associated_item | 162.59ms | 0.057 | 244.45ms | 164024 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| match_checking | 161.32ms | 0.056 | 800.12ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| is_foreign_item | 158.47ms | 0.055 | 158.55ms | 20136 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| adt_def | 157.24ms | 0.055 | 219.05ms | 25750 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| mir_keys | 154.62ms | 0.054 | 154.62ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| erase_regions_ty | 150.20ms | 0.053 | 168.20ms | 263671 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| copy_all_cgu_workproducts_to_incr_comp_cache_dir | 149.51ms | 0.052 | 149.51ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| type_check_crate | 149.09ms | 0.052 | 105.40s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| is_late_bound_map | 148.24ms | 0.052 | 154.76ms | 181960 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| upvars_mentioned | 143.88ms | 0.050 | 143.88ms | 162861 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| inferred_outlives_of | 142.69ms | 0.050 | 750.78ms | 486436 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| associated_items | 140.69ms | 0.049 | 201.63ms | 111598 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| incr_comp_serialize_result_cache | 140.51ms | 0.049 | 2.37s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| mir_abstract_const | 139.77ms | 0.049 | 139.77ms | 180514 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| parent_module_from_def_id | 138.01ms | 0.048 | 138.01ms | 160631 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| needs_drop_raw | 126.34ms | 0.044 | 663.96ms | 54294 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| object_lifetime_defaults_map | 125.62ms | 0.044 | 978.90ms | 341538 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| resolve_postprocess | 125.43ms | 0.044 | 125.43ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| resolve_check_unused | 124.78ms | 0.044 | 124.78ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| codegen_crate | 119.35ms | 0.042 | 18.92s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| param_env_reveal_all_normalized | 117.96ms | 0.041 | 121.83ms | 162862 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| drop_dep_graph | 113.44ms | 0.040 | 113.44ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| hir_owner_nodes | 110.38ms | 0.039 | 110.38ms | 332192 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| type_op_normalize_fn_sig | 108.92ms | 0.038 | 292.74ms | 14031 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| write_crate_metadata | 102.54ms | 0.036 | 102.54ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| named_region_map | 101.60ms | 0.036 | 101.60ms | 127485 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| subst_and_check_impossible_predicates | 96.87ms | 0.034 | 96.87ms | 117106 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| opt_const_param_of | 96.30ms | 0.034 | 96.30ms | 180514 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| get_lang_items | 93.90ms | 0.033 | 94.00ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| variances_of | 91.53ms | 0.032 | 270.68ms | 173411 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| trait_of_item | 90.50ms | 0.032 | 90.66ms | 119549 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| instance_def_size_estimate | 86.32ms | 0.030 | 86.32ms | 121428 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| dropck_outlives | 82.58ms | 0.029 | 119.64ms | 19211 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| is_freeze_raw | 82.36ms | 0.029 | 438.59ms | 21334 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| check_mod_naked_functions | 81.41ms | 0.028 | 81.41ms | 172 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| used_trait_imports | 80.36ms | 0.028 | 80.36ms | 162861 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| trait_impls_of | 78.02ms | 0.027 | 82.97ms | 40 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| orphan_checking | 77.80ms | 0.027 | 77.80ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| cgu_partitioning | 76.83ms | 0.027 | 617.75ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| associated_item_def_ids | 71.37ms | 0.025 | 72.63ms | 121926 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| LLVM_module_optimize_function_passes | 70.29ms | 0.025 | 70.29ms | 256 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| inherent_impls | 66.51ms | 0.023 | 66.54ms | 177995 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| impl_polarity | 65.75ms | 0.023 | 65.88ms | 121911 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| is_const_fn_raw | 63.96ms | 0.022 | 63.98ms | 131106 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| type_uninhabited_from | 62.26ms | 0.022 | 161.72ms | 79965 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| lit_to_const | 56.47ms | 0.020 | 56.49ms | 43450 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| in_scope_traits_map | 55.30ms | 0.019 | 55.30ms | 31185 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| coherent_trait | 54.98ms | 0.019 | 48.82s | 18 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| cgu_partitioning_internalize_symbols | 50.31ms | 0.018 | 50.31ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| link_crate | 50.30ms | 0.018 | 1.55s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| collect_and_partition_mono_items | 49.50ms | 0.017 | 19.33s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| cgu_partitioning_place_inline_items | 49.30ms | 0.017 | 49.30ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| adt_drop_tys | 47.10ms | 0.016 | 48.18ms | 10800 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| is_reachable_non_generic | 45.72ms | 0.016 | 48.03ms | 119529 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| impl_defaultness | 41.47ms | 0.015 | 41.51ms | 111466 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| has_structural_eq_impls | 37.25ms | 0.013 | 65.97ms | 3059 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| const_caller_location | 37.21ms | 0.013 | 37.21ms | 2241 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| setup_global_ctxt | 36.88ms | 0.013 | 36.88ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| adt_dtorck_constraint | 36.70ms | 0.013 | 37.44ms | 13900 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| unsafety_checking | 35.95ms | 0.013 | 35.95ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| static_mutability | 30.70ms | 0.011 | 30.70ms | 52393 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| codegen_unit | 28.20ms | 0.010 | 28.20ms | 256 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| mir_shims | 27.44ms | 0.010 | 29.77ms | 1986 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| adt_destructor | 26.48ms | 0.009 | 27.72ms | 24705 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| unused_generic_params | 25.23ms | 0.009 | 25.23ms | 63417 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| adt_sized_constraint | 24.83ms | 0.009 | 25.21ms | 24597 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| finalize_macro_resolutions | 24.57ms | 0.009 | 24.57ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| method_autoderef_steps | 23.66ms | 0.008 | 53.86ms | 3450 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| link_binary_remove_temps | 21.78ms | 0.008 | 21.78ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| is_dllimport_foreign_item | 20.32ms | 0.007 | 4.57s | 14304 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| crate_inherent_impls_overlap_check | 19.62ms | 0.007 | 26.95ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| has_typeck_results | 18.84ms | 0.007 | 18.84ms | 25573 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| hir_module_items | 18.65ms | 0.007 | 18.65ms | 172 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| is_mir_available | 18.27ms | 0.006 | 172.94ms | 25659 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| is_sized_raw | 14.84ms | 0.005 | 21.36ms | 6186 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| is_codegened_item | 13.80ms | 0.005 | 13.80ms | 11985 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| native_libraries | 13.16ms | 0.005 | 13.18ms | 20 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| LLVM_module_optimize | 12.35ms | 0.004 | 825.99ms | 256 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| link_binary | 11.50ms | 0.004 | 1.49s | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| crate_inherent_impls | 11.27ms | 0.004 | 11.27ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| metadata_decode_entry_impl_trait_ref | 10.39ms | 0.004 | 21.49ms | 6644 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| foreign_modules | 8.73ms | 0.003 | 8.73ms | 2 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| is_statically_included_foreign_item | 8.50ms | 0.003 | 1.45s | 9027 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| diagnostic_items | 7.50ms | 0.003 | 7.52ms | 20 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| link_binary_check_files_are_writeable | 6.85ms | 0.002 | 6.85ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| metadata_register_crate | 6.21ms | 0.002 | 12.53ms | 19 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| proc_macro_decls_static | 6.16ms | 0.002 | 6.16ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| metadata_decode_entry_item_children | 6.00ms | 0.002 | 6.00ms | 6413 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| link_args | 5.68ms | 0.002 | 5.68ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| metadata_decode_entry_item_attrs | 5.26ms | 0.002 | 5.26ms | 1309 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| item_children | 5.11ms | 0.002 | 11.11ms | 6413 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| plugin_registrar_fn | 4.91ms | 0.002 | 4.91ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| normalize_opaque_types | 4.83ms | 0.002 | 4.83ms | 5896 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| metadata_decode_entry_adt_def | 4.52ms | 0.002 | 10.34ms | 1105 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| is_ctfe_mir_available | 4.01ms | 0.001 | 4.04ms | 11837 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| visible_parent_map | 3.43ms | 0.001 | 14.55ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| metadata_decode_entry_exported_symbols | 2.99ms | 0.001 | 3.18ms | 19 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| impl_parent | 2.95ms | 0.001 | 5.84ms | 6577 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| metadata_decode_entry_impl_parent | 2.89ms | 0.001 | 2.89ms | 6577 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| all_local_trait_impls | 2.38ms | 0.001 | 2.38ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| item_attrs | 2.27ms | 0.001 | 7.53ms | 1309 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| implementations_of_trait | 2.01ms | 0.001 | 2.57ms | 760 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| upstream_monomorphizations | 1.97ms | 0.001 | 5.40ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| codegen_module_optimize | 1.91ms | 0.001 | 46.49s | 256 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| metadata_decode_entry_type_of | 1.72ms | 0.001 | 2.42ms | 2105 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| vtable_methods | 1.71ms | 0.001 | 1.71ms | 63 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| original_crate_name | 1.46ms | 0.001 | 1.46ms | 20 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| incr_comp_prepare_session_directory | 1.45ms | 0.001 | 1.45ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| upstream_drop_glue_for | 1.45ms | 0.001 | 1.57ms | 1453 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| incr_comp_finalize_session_directory | 1.30ms | 0.000 | 1.30ms | 1 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| is_unreachable_local_definition | 1.26ms | 0.000 | 1.26ms | 2260 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| metadata_decode_entry_associated_item_def_ids | 1.26ms | 0.000 | 1.26ms | 216 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| metadata_decode_entry_mir_for_ctfe | 1.23ms | 0.000 | 1.26ms | 61 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| metadata_decode_entry_optimized_mir | 1.10ms | 0.000 | 1.16ms | 85 |
+--------------------------------------------------+-----------+-----------------+----------+------------+
| misc_checking_1 | 1.02ms | 0.000 | 3.40s | 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment