How many CPU resource is expended when DM365 only run QT?
Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
How many CPU resource is expended when DM365 only run QT?
Thanks.
Emily,
0-100%... depends on your Qt application. Qt is just a framework and you define what it is doing. Simple GUIs for example can be in the single percent range or lower. Adding animation and advanced graphics will increase CPU load quickly. You will need to run your own benchmarks I think.
Regards.
Hello,
Frank is correct, it depends on your Qt application. You can connect to your target using telnet and execute 'top' to see your CPU load.
Regards, Niclas