Closed
Description
It'd be really nice if there were an easy way to breakdown compilation time into a few categories, and to get a summary of reuse:
- Parsing/expansion
- Type-checking, borrow-checking
- Codegen (aka trans)
- LLVM + linking
Something that we could conveniently copy and paste into bug reports to get an overall sense of what is going. This would replace and/or build on the existing profile options. (Even better would be if we could then have an option to get per-query data, later on.)