Skip to content

Commit 5e6ffe4

Browse files
bryanbrattlofcshilwant
authored andcommitted
docs(linux): AM62X: Update PREEMPT_RT perf numbers
Update the AM62x latency numbers for the SDK 10.1 release Signed-off-by: Bryan Brattlof <[email protected]>
1 parent 19d2607 commit 5e6ffe4

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

source/devices/AM62X/linux/RT_Linux_Performance_Guide.rst

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,20 @@ It is one of the most frequently used tools for evaluating the relative performa
5555
Some performance tests which use Cyclictest are System benchmarking, Latency debugging with tracing and
5656
approximating application performance.
5757

58-
Test command for running stress-ng and cyclictest together
58+
Test commands used for running stress-ng and cyclictest together
5959

60-
``stress-ng --cpu-method=all -c 4 &``
60+
.. code:: console
6161
62-
``cyclictest -m -Sp98 -D6h -h400 -i200 -q``
62+
stress-ng --cpu-method=all -c 4 &
63+
cyclictest -m -Sp80 -D6h -h400 -i200 -M -q
64+
65+
The latencies observed with this SDK are summarized below:
6366

6467
.. csv-table::
65-
:header: "Latencies","am62xx_sk:per-core"
68+
:header: "Latencies","CPU 0","CPU 1","CPU 2","CPU 3"
69+
70+
"Minimum (usec)","5","5","4","4"
71+
"Average (usec)","7","5","6","6"
72+
"Maximum (usec)","66","41","73","70"
6673

67-
"Minimum (usec)","5,5,4,4"
68-
"Average (usec)","7,5,6,6"
69-
"Maximum (usec)","69,51,62,50"
74+
.. image:: img/rt-cpu-method-all-latency-histogram.png
6.95 KB
Loading

0 commit comments

Comments
 (0)