问题
I need to write an application in mono for android(Android+c#.net) to simulate steady cpu usage for certain duration(eg:30%,50%,70%) for 2 sec. I refered below link Simulate steady CPU load and spikes here i can able to steady the system cpu but the same operation not able to do in Android os. Any help can be helpful.
Thanks in advance.
回答1:
I made a sample project which seems to work fine on my Samsung Galaxy S2 and in the Emulator.
https://github.com/Cheesebaron/MonoDroid.CPULoader
It just uses the resources you linked to.
来源:https://stackoverflow.com/questions/10910663/simulate-cpu-usage-in-mono-for-android