Skip to content

Instantly share code, notes, and snippets.

@abonander
Created October 1, 2015 22:55
Show Gist options
  • Save abonander/bbba84409424e19cbd53 to your computer and use it in GitHub Desktop.
Save abonander/bbba84409424e19cbd53 to your computer and use it in GitHub Desktop.
PS C:\Users\Austin\Rust\wingui> cargo rustc -p winapi -- -Ztime-passes
Compiling winapi v0.2.4
time: 0.225; rss: 66MB parsing
time: 0.066; rss: 71MB configuration 1
time: 0.000; rss: 71MB recursion limit
time: 0.003; rss: 71MB gated macro checking
time: 0.000; rss: 71MB crate injection
time: 0.011; rss: 73MB macro loading
time: 0.000; rss: 73MB plugin loading
time: 0.000; rss: 73MB plugin registration
time: 1.083; rss: 134MB expansion
time: 0.027; rss: 134MB complete gated feature checking 1
time: 0.301; rss: 135MB configuration 2
time: 0.000; rss: 135MB gated configuration checking
time: 0.154; rss: 136MB maybe building test harness
time: 0.148; rss: 137MB prelude injection
time: 0.010; rss: 137MB checking that all macro invocations are gone
time: 0.000; rss: 137MB checking for inline asm in case the target doesn't support it
time: 0.029; rss: 137MB complete gated feature checking 2
time: 0.153; rss: 138MB assigning node ids
time: 0.093; rss: 212MB lowering ast -> hir
time: 0.014; rss: 220MB indexing hir
time: 0.055; rss: 220MB early lint checks
time: 0.008; rss: 220MB external crate/lib resolution
time: 0.017; rss: 220MB language item collection
time: 0.431; rss: 270MB resolution
time: 0.023; rss: 262MB lifetime resolution
time: 0.000; rss: 262MB looking for entry point
time: 0.007; rss: 262MB looking for plugin registrar
time: 0.077; rss: 281MB region resolution
time: 0.007; rss: 281MB loop checking
time: 0.011; rss: 281MB static item recursion checking
time: 0.192; rss: 300MB type collecting
time: 0.020; rss: 300MB variance inference
time: 0.190; rss: 320MB coherence checking
time: 0.328; rss: 325MB wf checking (old)
time: 0.809; rss: 331MB item-types checking
time: 3.517; rss: 378MB item-bodies checking
time: 0.000; rss: 378MB drop-impl checking
time: 0.504; rss: 378MB wf checking (new)
time: 0.008; rss: 377MB MIR dump
time: 0.282; rss: 381MB const checking
time: 0.121; rss: 383MB privacy checking
time: 0.005; rss: 383MB stability index
time: 0.039; rss: 383MB intrinsic checking
time: 0.026; rss: 383MB effect checking
time: 0.110; rss: 383MB match checking
time: 0.053; rss: 383MB liveness checking
time: 0.562; rss: 384MB borrow checking
time: 0.220; rss: 384MB rvalue checking
time: 0.031; rss: 386MB reachability checking
time: 0.113; rss: 388MB death checking
time: 0.062; rss: 388MB stability checking
time: 0.000; rss: 388MB unused lib feature checking
time: 0.459; rss: 388MB lint checking
time: 0.000; rss: 388MB resolving dependency formats
time: 5.716; rss: 697MB translation
time: 0.295; rss: 371MB llvm function passes
time: 0.078; rss: 373MB llvm module passes
time: 5.922; rss: 390MB codegen passes
time: 0.007; rss: 137MB codegen passes
time: 7.078; rss: 125MB LLVM passes
time: 0.905; rss: 129MB linking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment