From 64fd3be50fb9d2ec1139096dbb24a8475cf5b9fa Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Tue, 2 May 2023 19:34:32 -0600 Subject: [PATCH] Specify single CPU core --- web/src/routes/System.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/routes/System.jsx b/web/src/routes/System.jsx index 4b282d4e9..a70ad71ee 100644 --- a/web/src/routes/System.jsx +++ b/web/src/routes/System.jsx @@ -215,7 +215,7 @@ export default function System() { className="rounded-full" type="text" color="gray" - aria-label="Momentary resource usage of each process that is controlling the object detector. " + aria-label="Momentary resource usage of each process that is controlling the object detector. CPU % is for a single core." > @@ -313,7 +313,7 @@ export default function System() { className="rounded-full" type="text" color="gray" - aria-label="Momentary resource usage of each process interacting with the camera stream." + aria-label="Momentary resource usage of each process interacting with the camera stream. CPU % is for a single core." > @@ -390,7 +390,7 @@ export default function System() { className="rounded-full" type="text" color="gray" - aria-label="Momentary resource usage for other important processes." + aria-label="Momentary resource usage for other important processes. CPU % is for a single core." >