Skip to content

Commit 0229a79

Browse files
committed
perf(linux): AM62X: 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 ce3c183 commit 0229a79

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

source/devices/AM62X/linux/RT_Linux_Performance_Guide.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,22 @@ Test commands used for running stress-ng and cyclictest together
6161
stress-ng --cpu-method=all -c 4 &
6262
cyclictest -m -Sp80 -D6h -h400 -i200 -M -q
6363
64-
The latencies observed with this SDK are summarized below:
64+
The latencies observed with the default yocto SDK image on
65+
https://www.ti.com/tool/SK-AM62B-P1 are summarized below:
66+
67+
.. note::
68+
69+
A known issue in this SDK release is affecting this benchmark.
70+
Applying `this patch`_ on Yocto's meta-ti layer will restore the
71+
context switch latencies to the values you see below.
6572

6673
.. csv-table::
6774
:header: "Latencies","CPU 0","CPU 1","CPU 2","CPU 3"
6875

69-
"Minimum (usec)","5","5","4","4"
70-
"Average (usec)","7","5","6","6"
71-
"Maximum (usec)","66","41","73","70"
76+
"Minimum (usec)","5","5","5","5"
77+
"Average (usec)","6","6","6","6"
78+
"Maximum (usec)","62","46","47","52"
7279

7380
.. image:: img/rt-cpu-method-all-latency-histogram.png
81+
82+
.. _this patch: https://lists.yoctoproject.org/g/meta-ti/message/19089
-55 Bytes
Loading

0 commit comments

Comments
 (0)