Collect more fine grained timings from analysis #975
Labels
performance
Issues and PRs related to performance
semantic-analysis
Relating to the analysis of code semantics before typechecking.
The
analysis
phase of the compiler has several distinguished parts and phases which run. In the recent spirit of improving performance across the compiler, it would be beneficial to collect timings on what the analysis phase is doing during its runtime. More specifically, we probably want to collect metrics on:exhaustivenessThe semantic analysis phase can report these metrics through the standard
CompilerStage
API.The text was updated successfully, but these errors were encountered: