-
Notifications
You must be signed in to change notification settings - Fork 68
Sdk11.1 cyclictest #352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Sdk11.1 cyclictest #352
Changes from all commits
67ce8a0
5e83920
ce3c183
0229a79
b72f3fb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,14 +57,22 @@ | |
stress-ng --cpu-method=all -c 4 & | ||
cyclictest -m -Sp80 -D6h -h400 -i200 -M -q | ||
The latencies where observed with this SDK are summarized below: | ||
The latencies observed with the default yocto SDK are summarized below: | ||
Check warning on line 60 in source/devices/AM62AX/linux/RT_Linux_Performance_Guide.rst
|
||
praneethbajjuri marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
.. note:: | ||
|
||
A known issue in this SDK release is affecting this benchmark. | ||
Applying `this patch`_ on Yocto's meta-ti layer will restore the | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not all customers are likely going to have ability to rebuild Yocto to restore the switch latencies. Could there be instructions added that could be an alternative to having to rebuild Yocto for those who don't have the hardware/ability to do so? |
||
context switch latencies to the values you see below: | ||
Check warning on line 66 in source/devices/AM62AX/linux/RT_Linux_Performance_Guide.rst
|
||
|
||
.. csv-table:: | ||
:header: "Latencies","CPU 0","CPU 1","CPU 2","CPU 3" | ||
|
||
"Minimum (us)","5","5","5","5" | ||
"Average (us)","5","6","6","5" | ||
"Maximum (us)","68","31","34","28" | ||
"Average (us)","6","6","6","6" | ||
"Maximum (us)","31","29","30","30" | ||
|
||
.. image:: img/rt-cpu-method-all-latency-histogram.png | ||
|
||
|
||
.. _this patch: https://lists.yoctoproject.org/g/meta-ti/message/19089 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At line no. 2,