From 8743bbcadc14224d4b152ce21cd43d199c62ec1c Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Fri, 12 Nov 2021 14:39:23 -0500 Subject: [PATCH] Describe the background color of the timing graph --- src/doc/src/reference/unstable.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index 19160662376..a5b2077b6b6 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -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