I’ve been told the only way to programmatically judge a CPU’s speed is to perform a series of operations that take a known amount of clock cycles to execute, and to use a high precision timer to measure how long the operation’s take.
Are there ideas on how to do this, and the amount of clock cycles needed?
Tony D.
Are there ideas on how to do this, and the amount of clock cycles needed?
Tony D.
Comment