Skip to content

Commit 458d345

Browse files
committed
Auto merge of #10076 - shepmaster:patch-3, r=Eh2406
Describe the background color of the timing graph r? `@Eh2406`
2 parents 6f76db6 + 8743bbc commit 458d345

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/src/reference/unstable.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,8 @@ units do not show when code generation starts).
506506
The "custom build" units are `build.rs` scripts, which when run are
507507
highlighted in orange.
508508

509-
The second graph shows Cargo's concurrency over time. The three lines are:
509+
The second graph shows Cargo's concurrency over time. The background
510+
indicates CPU usage. The three lines are:
510511
- "Waiting" (red) — This is the number of units waiting for a CPU slot to
511512
open.
512513
- "Inactive" (blue) — This is the number of units that are waiting for their

0 commit comments

Comments
 (0)