Skip to content

Commit 19d2607

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

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

source/devices/AM64X/linux/RT_Linux_Performance_Guide.rst

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

54-
Test command for running stress-ng and cyclictest together
54+
Test commands used for running stress-ng and cyclictest together
5555

56-
``stress-ng --cpu-method=all -c 4 &``
56+
.. code:: console
5757
58-
``cyclictest -m -Sp98 -D6h -h400 -i200 -q``
58+
stress-ng --cpu-method=all -c 4 &
59+
cyclictest -m -Sp80 -D6h -h400 -i200 -M -q
60+
61+
The latencies observed with this DK are summarized below:
5962

6063
.. csv-table::
61-
:header: "Latencies", "am64xx-hsevm:per-core"
64+
:header: "Latencies","CPU 0","CPU 1"
65+
66+
"Minimum (usec)","6","6"
67+
"Average (usec)","8","8"
68+
"Maximum (usec)","77","105"
6269

63-
"Minimum (usec)","6,6"
64-
"Average (usec)","8,9"
65-
"Maximum (usec)","49,66"
70+
.. image:: img/rt-cpu-method-all-latency-histogram.png
6671

6772
|
6873
6.42 KB
Loading

0 commit comments

Comments
 (0)