Skip to content

Instantly share code, notes, and snippets.

@sfackler
Created December 21, 2016 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sfackler/bf57457484b567afa63b3248c753ff1a to your computer and use it in GitHub Desktop.
Save sfackler/bf57457484b567afa63b3248c753ff1a to your computer and use it in GitHub Desktop.
time: 0.009 parsing
time: 0.000 recursion limit
time: 0.000 crate injection
time: 0.000 plugin loading
time: 0.000 plugin registration
time: 0.040 expansion
time: 0.000 maybe building test harness
time: 0.000 maybe creating a macro crate
time: 0.000 checking for inline asm in case the target doesn't support it
time: 0.001 complete gated feature checking
time: 0.001 collecting defs
time: 0.001 early lint checks
time: 0.000 AST validation
time: 0.036 name resolution
time: 0.001 lowering ast -> hir
time: 0.000 indexing hir
time: 0.000 attribute checking
time: 0.000 language item collection
time: 0.000 lifetime resolution
time: 0.000 looking for entry point
time: 0.000 looking for plugin registrar
time: 0.001 region resolution
time: 0.005 loop checking
time: 0.000 static item recursion checking
time: 0.002 compute_incremental_hashes_map
time: 0.000 load_dep_graph
time: 0.010 type collecting
time: 0.000 variance inference
time: 0.041 coherence checking
time: 0.015 wf checking
time: 0.002 item-types checking
time: 1.388 item-bodies checking
time: 0.000 drop-impl checking
time: 0.004 const checking
time: 0.000 privacy checking
time: 0.000 stability index
time: 0.000 intrinsic checking
time: 0.000 effect checking
time: 0.001 match checking
time: 0.000 liveness checking
time: 0.003 rvalue checking
time: 0.008 MIR dump
time: 0.001 SimplifyCfg
time: 0.002 QualifyAndPromoteConstants
time: 0.002 TypeckMir
time: 0.000 SimplifyBranches
time: 0.001 SimplifyCfg
time: 0.006 MIR passes
time: 0.007 borrow checking
time: 0.000 reachability checking
time: 0.000 death checking
time: 0.001 stability checking
time: 0.000 unused lib feature checking
warning: field is never used: `name`, #[warn(dead_code)] on by default
--> src/lib.rs:556:5
|
556 | name: String,
| ^^^^^^^^^^^^
warning: field is never used: `type_`, #[warn(dead_code)] on by default
--> src/lib.rs:557:5
|
557 | type_: Type,
| ^^^^^^^^^^^
warning: field is never used: `columns`, #[warn(dead_code)] on by default
--> src/lib.rs:563:5
|
563 | columns: Vec<Column>,
| ^^^^^^^^^^^^^^^^^^^^
time: 4.294 lint checking
time: 0.000 resolving dependency formats
time: 0.000 NoLandingPads
time: 0.001 SimplifyCfg
time: 0.001 EraseRegions
time: 0.000 AddCallGuards
time: 0.007 ElaborateDrops
time: 0.000 NoLandingPads
time: 0.001 SimplifyCfg
time: 0.001 InstCombine
time: 0.000 Deaggregator
time: 0.000 CopyPropagation
time: 0.000 AddCallGuards
time: 0.000 PreTrans
time: 0.012 Prepare MIR codegen passes
time: 0.005 write metadata
time: 44.709 translation item collection
time: 0.033 codegen unit partitioning
time: 0.046 internalize symbols
time: 114.698 translation
time: 0.000 assert dep graph
time: 0.000 serialize dep graph
time: 0.375 llvm function passes [0]
time: 9.629 llvm module passes [0]
time: 1.423 codegen passes [0]
time: 0.001 codegen passes [0]
time: 11.499 LLVM passes
time: 0.000 serialize work products
time: 0.072 linking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment