Hello,
Platform info : i.mx8mm, ddr4 1Gb. linux 4.19 ,xenomai 3.1. bootcmd add isolcpus=2,3.
We use fec directly to realtime communicate, we got good prefermance without GUI. But a GUI operating(like change QT tab) will cause a huge latency(200-300us).
We have done many tests, finally there are two simple examples which may tell the issue distinctly.
Two example have same calculating load, one data size is larger than l1, another is smaller than l1. It’s doing the calculation pre 1ms, printing avgerage time using and max time using pre 1sec. the one which has lager data size will caused huge latency by GUI operating, the small one will not be affected by GUI operating.
Zip file contained makefile and source code for the two example.
Video files record two example, you’ll see the max_in_1sec will increase to 200-300us, and 130us is the regular result.