Click here to Skip to main content
15,887,821 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
The question is simple but the answer is not.
I am trying to gather system information, such as, { CPU, GPU, Mobo, Ram, HDD, ETC..}.

So far there has been no problem except for some values i get from my CPU is wrong.

My CPU is a 980X clocked at 4.6 GHZ.
Yet C# CurrentClock only returns 3333 (for thats my stock in Mhz).

So i figured if i could get the bus and multiplier i could calculate my own Clock. But the problem is i can only find code for the bus, not the multiplier.

So can anyone help me get the information i need?
My code works for everything else in my computer, just not CPU.

I wish there was a way JUST to get the clock, but if there is not, bus and multiplier will do.

Thanks.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900