1

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.

Community
  • 1
  • 1
wbi
  • 40
  • 2
  • 4

1 Answers1

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.

Cheesebaron
  • 24,131
  • 15
  • 66
  • 118
  • Hi thanks for your great help. How did u conform the application hogging by the given load? please let me knw – wbi Jun 12 '12 at 10:00
  • I used cool tool to monitor the cpu. You can also check the CPU load through adb, but it is not as precise because it does not update as often as cool tool does. – Cheesebaron Jun 12 '12 at 10:20