Skip to content

Commit ce3c183

Browse files
committed
perf(linux): AM62PX: Update PREEMPT_RT perf numbers for 11.1
Update the real-time Linux latency numbers for SDK 11.1 Signed-off-by: Bryan Brattlof <[email protected]>
1 parent 5e83920 commit ce3c183

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

source/devices/AM62PX/linux/RT_Linux_Performance_Guide.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,21 @@ Test commands used for running stress-ng and cyclictest together
5757
stress-ng --cpu-method=all -c 4 &
5858
cyclictest -m -Sp80 -D6h -h400 -i200 -M -q
5959
60-
The latencies observed with this SDK are summarized below:
60+
The latencies observed with the default yocto SDK are summarized below:
61+
62+
.. note::
63+
64+
A known issue in this SDK rlease is affecting this benchmark.
65+
Applying `this patch`_ on Yocto's meta-ti layer will restore the
66+
context switch latencies to the values you see below.
6167

6268
.. csv-table::
6369
:header: "Latencies","CPU 0","CPU 1","CPU 2","CPU 3"
6470

6571
"Minimum (usec)","5","5","5","5"
66-
"Average (usec)","6","6","5","6"
67-
"Maximum (usec)","30","33","31","35"
72+
"Average (usec)","6","6","7","6"
73+
"Maximum (usec)","36","34","37","34"
6874

6975
.. image:: img/rt-cpu-method-all-latency-histogram.png
76+
77+
.. _this patch: https://lists.yoctoproject.org/g/meta-ti/message/19089
345 Bytes
Loading

0 commit comments

Comments
 (0)