Skip to content

Commit a0076c5

Browse files
bryanbrattlofcshilwant
authored andcommitted
docs(linux): AM62PX: Update PREEMPT_RT perf numbers
Update the AM62Px latency numbers for the SDK 10.1 release Signed-off-by: Bryan Brattlof <[email protected]>
1 parent 341653a commit a0076c5

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

source/devices/AM62PX/linux/RT_Linux_Performance_Guide.rst

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

52-
Test command for running stress-ng and cyclictest together
52+
Test commands used for running stress-ng and cyclictest together
5353

54-
``stress-ng --cpu-method=all -c 4 &``
54+
.. code:: console
5555
56-
``cyclictest -m -Sp98 -D6h -h400 -i200 -q``
56+
stress-ng --cpu-method=all -c 4 &
57+
cyclictest -m -Sp80 -D6h -h400 -i200 -M -q
58+
59+
The latencies observed with this SDK are summarized below:
5760

5861
.. csv-table::
59-
:header: "Latencies","am62pxx_sk-fs:per-core"
62+
:header: "Latencies","CPU 0","CPU 1","CPU 2","CPU 3"
63+
64+
"Minimum (usec)","5","5","5","5"
65+
"Average (usec)","6","6","5","6"
66+
"Maximum (usec)","30","33","31","35"
6067

61-
"Minimum (usec)","4,4,5,4"
62-
"Average (usec)","5,5,6,5"
63-
"Maximum (usec)","33,34,36,44"
68+
.. image:: img/rt-cpu-method-all-latency-histogram.png
6.43 KB
Loading

0 commit comments

Comments
 (0)