Tagged Questions
1
vote
3answers
1k views
How to detect CPU speed on Windows 64bit?
I've found the following code from here "http://www.boyet.com/Articles/CodeFromInternet.html".
It returns the speed of the CPU in GHz but works only on 32bit Windows.
using System;
using ...