about summary refs log tree commit diff
path: root/src/libsyntax/util/node_count.rs
AgeCommit message (Collapse)AuthorLines
2015-11-12Add -Zinput-statsNick Cameron-0/+164
Emits loc, and node count - before and after expansion. E.g., ``` rustc: x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore Lines of code: 32060 Pre-expansion node count: 120205 Post-expansion node count: 482749 ```