ghc_timings.py: Include Renamer/typechecker phase
Compare changes
+ 2
− 2
@@ -16,7 +16,7 @@ class Timing(typing.NamedTuple):
@@ -25,7 +25,7 @@ def parse_timings_raw(s: str) -> Iterator[Timing]:
Previously this phase was excluded because the slash in the phase name prevented the regex from matching.