Is there a way I can limit CPU speed from Qt?
Unsolved
Mobile and Embedded
-
Is there a way I could limit CPU speed. For example, the user has a filed where he writes number 60, and the CPU will work at 60 percent.
-
@mandruk1331 For sure not in Qt.
You would need to use APIs provided by the operating system (win32 API on Windows for example).