commit | ee7bbf55e0d4e1aeb17ac9d27d498669f4ee0091 | [log] [tgz] |
---|---|---|
author | Peter Mitsis <peter.mitsis@intel.com> | Mon Aug 12 22:12:14 2024 +0000 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Aug 26 14:45:04 2024 -0400 |
tree | 3b21ef6d1973c89b46c439de95c7dad29f773616 | |
parent | 57651fca016841d990a30ab6865b066e9edf210f [diff] |
tests: latency_measure: Add busy threads for SMP The latency_measure benchmark is designed for systems with a single CPU. When the system allows for multiple CPUs, instead of forcing a single CPU to be used via 'prj.conf', spawn a non-preemptible thread to keep the other CPUs busy. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>