summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/validation/performance-no-clock-0.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-09-29 21:53:42 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-10-12 14:10:57 +0200
commit2cb3d75d9e6097bbc2ccbb36b140c4287b06f6a2 (patch)
tree9c824117a883490ddf266ddf81f81e7078c97eb4 /spec/build/testsuites/validation/performance-no-clock-0.yml
parentvalidation: Check thread dispatching detail (diff)
downloadrtems-2cb3d75d9e6097bbc2ccbb36b140c4287b06f6a2.tar.bz2
validation: Test CPU performance
Measure the runtime of 1000 no-operation instructions. This may help to investigate runtime measurement variations which do not result from code generation or source code changes. The runtime measurement of a function which does nothing and just returns gives an estimate of the measurement overhead. Update #3716.
Diffstat (limited to '')
-rw-r--r--spec/build/testsuites/validation/performance-no-clock-0.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/build/testsuites/validation/performance-no-clock-0.yml b/spec/build/testsuites/validation/performance-no-clock-0.yml
index 5e21f2fcdb..28d1ff7592 100644
--- a/spec/build/testsuites/validation/performance-no-clock-0.yml
+++ b/spec/build/testsuites/validation/performance-no-clock-0.yml
@@ -12,6 +12,7 @@ ldflags: []
links: []
source:
- testsuites/validation/tc-barrier-performance.c
+- testsuites/validation/tc-cpu-performance.c
- testsuites/validation/tc-event-performance.c
- testsuites/validation/tc-message-performance.c
- testsuites/validation/tc-part-performance.c