Tagged Questions

1
vote
0answers
53 views

Which tool can show if my CPU supports hyperthread or not? [closed]

I want to do some hyperthread stuff. I am wondering any tool can show if my CPU is hyperthread structure or not? Can CPU-Z do it?
0
votes
1answer
689 views

How can I determine programmatically whether on multi-core, hyperthreading or multi-processor?

I know how to get the processor type, perhaps that's the only way, but I'm actually looking for a way to determine from an application whether it's running on a multi-core processor or on a ...