I'm going to develop an application for android that uses the whetstone algorithm to measure CPU performance. I've chosen the Whetstone algorithm because my research tells me it's an appropriate way of measure performance of less powerful cpu's.
I've got the source code and pseudo code(from the sweet 60's) for the whetstone algorithm, and so far so good. But the whole whetstone algorithm seem's a bit secret, and it's hard to find useful information about it. So my questions are:
- Why are the Whetstone algorithm suitable to measure performance of less powerful cpu's?
- In brief, can anyone tell me what exactly makes an cpu performance algorithm being a whetstone algorithm?
- Can anyone explain in short, the pseudo code of the Whetstone algorithm?
Answer on any of this questions is really appreciated?