Skip to content

Instantly share code, notes, and snippets.

@elinorbgr
Created May 28, 2015 18:57
Show Gist options
  • Save elinorbgr/965d0631d92831c57657 to your computer and use it in GitHub Desktop.
Save elinorbgr/965d0631d92831c57657 to your computer and use it in GitHub Desktop.
↪ cargo rustc --release -- -Z time-passes Thu May 28 20:53:16 CEST 2015
Compiling rustbook v0.3.0 (file:///home/levans/test/rustbook)
time: 0.010 parsing
time: 0.000 recursion limit
time: 0.002 configuration 1
time: 0.000 gated macro checking
time: 0.000 crate injection
time: 0.009 macro loading
time: 0.000 plugin loading
time: 0.000 plugin registration
time: 0.021 expansion
time: 0.000 complete gated feature checking 1
time: 0.003 configuration 2
time: 0.001 maybe building test harness
time: 0.001 prelude injection
time: 0.000 checking that all macro invocations are gone
time: 0.000 complete gated feature checking 2
time: 0.001 assigning node ids and indexing ast
time: 0.206 external crate/lib resolution
time: 0.000 language item collection
time: 0.008 resolution
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.000 loop checking
time: 0.000 static item recursion checking
time: 0.001 type collecting
time: 0.000 variance inference
time: 0.121 coherence checking
time: 0.329 type checking
time: 0.042 const checking
time: 0.000 privacy checking
time: 0.000 stability index
time: 0.000 intrinsic checking
time: 0.000 effect checking
time: 0.000 match checking
time: 0.000 liveness checking
time: 0.014 borrow checking
time: 0.017 rvalue checking
time: 0.000 reachability checking
time: 0.000 death checking
time: 0.039 stability checking
time: 0.000 unused lib feature checking
time: 0.050 lint checking
time: 0.000 resolving dependency formats
time: 0.700 translation
time: 0.109 llvm function passes
time: 46.100 llvm module passes
time: 16.208 codegen passes
time: 0.001 codegen passes
time: 62.471 LLVM passes
time: 0.177 running linker
time: 0.177 linking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment