Skip to content

Commit 67ce8a0

Browse files
committed
perf(linux): AM62AX: Update PREEMPT_RT perf numbers for 11.1
Update the real time Linux latency numbers for SDK 11.1 Signed-off-by: Bryan Brattlof <bb@ti.com>
1 parent bb23839 commit 67ce8a0

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

source/devices/AM62AX/linux/RT_Linux_Performance_Guide.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,22 @@ 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 where 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 release 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 (us)","5","5","5","5"
66-
"Average (us)","5","6","6","5"
67-
"Maximum (us)","68","31","34","28"
72+
"Average (us)","6","6","6","6"
73+
"Maximum (us)","31","29","30","30"
6874

6975
.. image:: img/rt-cpu-method-all-latency-histogram.png
7076

77+
78+
.. _this patch: https://lists.yoctoproject.org/g/meta-ti/message/19089
180 Bytes
Loading

0 commit comments

Comments
 (0)