You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AMD CPUs are a problem because the model name doesn't actually tell you the frequency. For instance, the model you mention runs at 2.8 GHz, but there's no way to derive that from the text. The only remotely reasonable solution I can think of is to ship the jar with a lookup table of AMD model numbers. I'm not thrilled about this idea.
As a matter of interest, what does the cpuFrequencyInHz() call return for this model? Perhaps it should return -1 or throw an exception.
model name : AMD Phenom(tm) II X6 1055T Processor
The text was updated successfully, but these errors were encountered: