Commit 6ed260f
authored
refactor(timings): separate data collection and presentation (#16282)
### What does this PR try to resolve?
The goal of this refactor is to separate data collection and
presentation,
so that we can replay an HTML report from log generated by
`-Zbuild-analysis`.
### How to test and review this PR?
Should have no user-facing change,
though I would encourage review to run `cargo build --timings`
and check if there is anything broken.File tree
6 files changed
+1170
-1101
lines changed- src/cargo/core/compiler
- job_queue
- timings
6 files changed
+1170
-1101
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
820 | | - | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
821 | 825 | | |
822 | 826 | | |
823 | 827 | | |
| |||
0 commit comments