Skip to content

Commit b0d1e3d

Browse files
committed
docs(linux): AM62AX: Update PREEMPT_RT perf numbers
Update the AM62Ax latency numbers for the SDK 10.1 release Signed-off-by: Bryan Brattlof <[email protected]>
1 parent d2a2aee commit b0d1e3d

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

source/devices/AM62AX/linux/RT_Linux_Performance_Guide.rst

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,21 @@ 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 where observed with this SDK are summarized below:
5760

5861
.. csv-table::
59-
:header: "Latencies","am62axx_sk-fs:per-core"
62+
:header: "Latencies","CPU 0","CPU 1","CPU 2","CPU 3"
63+
64+
"Minimum (us)","5","5","5","5"
65+
"Average (us)","5","6","6","5"
66+
"Maximum (us)","68","31","34","28"
67+
68+
.. image:: img/rt-cpu-method-all-latency-histogram.png
6069

61-
"Minimum (usec)","5,5,5,5"
62-
"Average (usec)","6,6,6,6"
63-
"Maximum (usec)","34,40,48,37"
6.47 KB
Loading

0 commit comments

Comments
 (0)