mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Auto merge of #10076 - shepmaster:patch-3, r=Eh2406
Describe the background color of the timing graph r? `@Eh2406`
This commit is contained in:
commit
458d3459cf
@ -506,7 +506,8 @@ units do not show when code generation starts).
|
||||
The "custom build" units are `build.rs` scripts, which when run are
|
||||
highlighted in orange.
|
||||
|
||||
The second graph shows Cargo's concurrency over time. The three lines are:
|
||||
The second graph shows Cargo's concurrency over time. The background
|
||||
indicates CPU usage. The three lines are:
|
||||
- "Waiting" (red) — This is the number of units waiting for a CPU slot to
|
||||
open.
|
||||
- "Inactive" (blue) — This is the number of units that are waiting for their
|
||||
|
Loading…
x
Reference in New Issue
Block a user