I have the source for a benchmark test for Android, and I would like to modify it a bit.
As of right now, the benchmark test presumably runs the CPU at full load (100%), what I want to do is pause the benchmark test (or something similar in nature) to let the CPU cool down to a lower load percentage (maybe 10% or 20%) and then run the CPU at 100% again, doing this over and over.
How does one approach this problem?