aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Burk <philburk@mobileer.com>2023-12-07 12:30:42 -0800
committerGitHub <noreply@github.com>2023-12-07 12:30:42 -0800
commit69a990b428ab981a689b4fbd31597ff16d0b3a14 (patch)
tree732693a2bb316da922abccd7a214260de0cf1127
parent6ae0e3faf419dcf559f97745b645b8bd609640df (diff)
downloadoboe-69a990b428ab981a689b4fbd31597ff16d0b3a14.tar.gz
Update Usage.md
Add link to OboeTester_DynamicCpuLoad
-rw-r--r--apps/OboeTester/docs/Usage.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/OboeTester/docs/Usage.md b/apps/OboeTester/docs/Usage.md
index 98a6266a..6ff69389 100644
--- a/apps/OboeTester/docs/Usage.md
+++ b/apps/OboeTester/docs/Usage.md
@@ -166,3 +166,8 @@ Lets you delete an error callback while it is used by Oboe. Targeted test for is
### Route Callback Test
Changes the VoiceCommunication route while playing audio. Targeted test for issue #1763.
+
+### CPU Load
+This test plays a tone and alternates between low and high workloads.
+It exercises the kernel's CPU scheduler, which controls CPU frequency and core migration.
+Moredetails on the [wiki/OboeTester_DynamicCpuLoad](https://github.com/google/oboe/wiki/OboeTester_DynamicCpuLoad).