Skip to content

Instantly share code, notes, and snippets.

@steveklabnik
Created May 9, 2017 22:06
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 steveklabnik/498a49ffb3a0240789b484ed9338acd6 to your computer and use it in GitHub Desktop.
Save steveklabnik/498a49ffb3a0240789b484ed9338acd6 to your computer and use it in GitHub Desktop.
-Z time-passes for sparkles
Compiling sparkles v0.1.0 (file:///C:/Users/steve/src/sparkles)
time: 0.003; rss: 17MB parsing
time: 0.000; rss: 17MB recursion limit
time: 0.000; rss: 17MB crate injection
time: 0.000; rss: 17MB plugin loading
time: 0.000; rss: 17MB plugin registration
time: 0.241; rss: 89MB expansion
time: 0.000; rss: 89MB maybe building test harness
time: 0.000; rss: 89MB maybe creating a macro crate
time: 0.000; rss: 89MB checking for inline asm in case the target doesn't support it
time: 0.000; rss: 89MB early lint checks
time: 0.000; rss: 89MB AST validation
time: 0.009; rss: 93MB name resolution
time: 0.000; rss: 93MB complete gated feature checking
time: 0.002; rss: 95MB lowering ast -> hir
time: 0.000; rss: 95MB indexing hir
time: 0.000; rss: 95MB attribute checking
time: 0.000; rss: 95MB language item collection
time: 0.000; rss: 95MB lifetime resolution
time: 0.000; rss: 95MB looking for entry point
time: 0.000; rss: 95MB looking for plugin registrar
time: 0.000; rss: 95MB region resolution
time: 0.000; rss: 95MB loop checking
time: 0.000; rss: 95MB static item recursion checking
time: 0.002; rss: 96MB compute_incremental_hashes_map
time: 0.000; rss: 96MB load_dep_graph
time: 0.000; rss: 96MB stability index
time: 0.002; rss: 96MB stability checking
time: 0.003; rss: 96MB type collecting
time: 0.000; rss: 97MB variance inference
time: 0.000; rss: 97MB impl wf inference
time: 0.000; rss: 97MB coherence checking
time: 0.002; rss: 99MB wf checking
time: 0.006; rss: 102MB item-types checking
time: 0.105; rss: 134MB item-bodies checking
time: 0.002; rss: 134MB const checking
time: 0.000; rss: 134MB privacy checking
time: 0.000; rss: 135MB intrinsic checking
time: 0.000; rss: 135MB effect checking
time: 0.000; rss: 135MB match checking
time: 0.000; rss: 135MB liveness checking
time: 0.001; rss: 135MB rvalue checking
time: 0.002; rss: 135MB MIR dump
time: 0.001; rss: 135MB SimplifyCfg
time: 0.001; rss: 136MB QualifyAndPromoteConstants
time: 0.001; rss: 136MB TypeckMir
time: 0.000; rss: 136MB SimplifyBranches
time: 0.000; rss: 136MB SimplifyCfg
time: 0.003; rss: 136MB MIR cleanup and validation
time: 0.002; rss: 136MB borrow checking
time: 0.000; rss: 136MB reachability checking
time: 0.000; rss: 136MB death checking
time: 0.000; rss: 136MB unused lib feature checking
time: 0.013; rss: 137MB lint checking
time: 0.000; rss: 137MB resolving dependency formats
time: 0.000; rss: 137MB NoLandingPads
time: 0.000; rss: 137MB SimplifyCfg
time: 0.000; rss: 137MB EraseRegions
time: 0.000; rss: 137MB AddCallGuards
time: 0.001; rss: 138MB ElaborateDrops
time: 0.000; rss: 138MB NoLandingPads
time: 0.000; rss: 138MB SimplifyCfg
time: 0.000; rss: 138MB Inline
time: 0.000; rss: 138MB InstCombine
time: 0.000; rss: 138MB Deaggregator
time: 0.000; rss: 138MB CopyPropagation
time: 0.000; rss: 138MB SimplifyLocals
time: 0.000; rss: 138MB AddCallGuards
time: 0.000; rss: 138MB PreTrans
time: 0.005; rss: 138MB MIR optimisations
time: 0.000; rss: 138MB write metadata
time: 0.209; rss: 162MB translation item collection
time: 0.037; rss: 165MB codegen unit partitioning
time: 0.019; rss: 241MB internalize symbols
time: 1.606; rss: 241MB translation
time: 0.000; rss: 241MB assert dep graph
time: 0.000; rss: 241MB serialize dep graph
time: 0.123; rss: 202MB llvm function passes [0]
time: 0.082; rss: 204MB llvm module passes [0]
time: 2.534; rss: 208MB codegen passes [0]
time: 0.002; rss: 208MB codegen passes [0]
time: 2.957; rss: 208MB LLVM passes
time: 0.000; rss: 208MB serialize work products
time: 0.102; rss: 165MB linking
Finished dev [unoptimized + debuginfo] target(s) in 5.30 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment